PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Array Functions   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Functions
Determine the type and run other array operations
Author: By
Last change:
Date: 4 years ago
Size: 514 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="unit"> <directory>Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> <php> <const name="PHPUNIT_RUNNING" value="true"/> </php> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>