PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Kashif Abbasi   PHP DI Container   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DI Container
Resolve dependencies from configuration files
Author: By
Last change:
Date: 7 years ago
Size: 193 bytes
 

Contents

Class file image Download
<phpunit colors="true" bootstrap="./tests/autoload.php"> <testsuites> <testsuite name="php-di-contianer"> <directory>./tests</directory> </testsuite> </testsuites> </phpunit>