PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Artur Graniszewski   ZEUS for PHP   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ZEUS for PHP
Manage the execution of multiple parallel tasks
Author: By
Last change:
Date: 7 years ago
Size: 365 bytes
 

Contents

Class file image Download
<phpunit bootstrap="./test/bootstrap.php" colors="true"> <testsuites> <testsuite name="ZeusTest"> <directory>./test</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>