PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Packages of Alexandre   Doubles   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Doubles
Create mock objects by doubling a given class
Author: By
Last change: - fixed namespaces
- cleaned up code
Date: 8 months ago
Size: 415 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" verbose="true" > <testsuites> <testsuite name="sitphp/doubles Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>