PHP Classes

File: phpunit-report.xml

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   XR PHP Debugger Online   phpunit-report.xml   Download  
File: phpunit-report.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XR PHP Debugger Online
Debug PHP code using a Web interface
Author: By
Last change:
Date: 1 year ago
Size: 1,090 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" verbose="true" cacheResultFile=".phpunit.cache/test-results" failOnRisky="true" failOnWarning="true" testdox="true"> <testsuites> <testsuite name="Chevere/Xr Test suite"> <directory suffix="Test.php">tests/</directory> </testsuite> </testsuites> <logging> <junit outputFile="build/logs/junit.xml"/> </logging> <coverage cacheDirectory=".phpunit.cache/code-coverage" processUncoveredFiles="true" ignoreDeprecatedCodeUnits="true"> <include> <directory suffix=".php">src/</directory> </include> <exclude> <directory suffix=".php">src/**/Exceptions/</directory> </exclude> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/logs/html" lowUpperBound="50" highLowerBound="90"/> </report> </coverage> </phpunit>