PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Work from Home Schedule   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Work from Home Schedule
Propose a schedule to work from home or the office
Author: By
Last change:
Date: 1 year ago
Size: 456 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" verbose="true" processIsolation="true"> <testsuites> <testsuite name="work-home-schedule Test Suite"> <directory suffix="Test.php">tests/</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>