PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes 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:
Date: 5 years ago
Size: 407 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>