PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Types 1   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Types 1
Classes and traits to implement common data types
Author: By
Last change:
Date: 26 days ago
Size: 593 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Types Test Suite"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory>src</directory> </whitelist> </filter> </phpunit>