PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Mini Language   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mini Language
Execute string of a simple language conditions
Author: By
Last change:
Date: 4 years ago
Size: 701 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="ChaosMachineOne Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./lib</directory> </whitelist> </filter> </phpunit>