PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Daniel Martinez   Forker PHP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Forker PHP
Split tasks into multiple forked processes
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 256 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="unit"> <directory suffix='.php'>tests/unit/</directory> </testsuite> </testsuites> </phpunit>