PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Asynchronous Task 7   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Asynchronous Task 7
Execute parallel task using a sub-class
Author: By
Last change:
Date: 5 years ago
Size: 581 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="phpunit.xsd" bootstrap="./tests/bootstrap.php" colors="true" verbose="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="AsyncTask"> <directory>tests/AsyncTask/Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src/AsyncTask</directory> </whitelist> </filter> </phpunit>