PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Arda Günsüren   Dev Dumper PHP   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dev Dumper PHP
Show the values of PHP variables in an HTML page
Author: By
Last change:
Date: 7 days ago
Size: 658 bytes
 

Contents

Class file image Download
<phpunit colors="true" bootstrap="./tests/bootstrap.php" beStrictAboutTestsThatDoNotTestAnything="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false" > <testsuites> <testsuite name="Main tests"> <directory>./tests/suites/main/</directory> </testsuite> </testsuites> <logging> <log type="coverage-html" target="./build/output/coverage/html" lowUpperBound="35" highLowerBound="70"/> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/> <log type="coverage-clover" target="./build/logs/clover.xml"/> </logging> </phpunit>