PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Emmanuel Antico   Injector   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Injector
Inject dependencies defined in annotation comments
Author: By
Last change:
Date: 9 years ago
Size: 383 bytes
 

Contents

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