PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   XR PHP Debugger Online   phpunit.xml   Download  
File: phpunit.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: 826 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="false"> <testsuites> <testsuite name="Chevere/Xr Test suite"> <directory suffix="Test.php">tests/</directory> </testsuite> </testsuites> <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> </coverage> </phpunit>