PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Miraz Mac   Flat Config   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flat Config
Read and write configuration values in JSON files
Author: By
Last change: Update of phpunit.xml
Date: 2 years ago
Size: 500 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">tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="false"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>