PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Kapil Sharma   PHP Reboot Stop Watch   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Reboot Stop Watch
Record time PHP blocks take to execute
Author: By
Last change: Fixing symfony insight issues
Date: 7 years ago
Size: 661 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Monolog Test Suite"> <directory>tests/Phpreboot/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/Phpreboot/</directory> </whitelist> </filter> <logging> <log type="coverage-html" target="./log/codeCoverage" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="80"/> <log type="testdox-html" target="./log/testdox.html" /> </logging> </phpunit>