PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of carlos carvalho   COCI   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: COCI
Dependency injection container using closures
Author: By
Last change:
Date: 7 years ago
Size: 329 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="cocInject"> <file>tests/FooTest.php</file> </testsuite> </testsuites> </phpunit>