PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Victor Bolshov   PHP Validity Checker   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Validity Checker
Validate a set of values according to given rules
Author: By
Last change: integrate Travis build, stable PHPUnit version.
Date: 6 years ago
Size: 499 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false"> <testsuites> <testsuite name="Tests"> <directory suffix="Test.php">test</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>