PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Dmitry M. Merkushin   PHP Autotest   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Autotest
Run automated test again when project files change
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 565 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="true" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="RapidPHP Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> </phpunit>