PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Sergey Karavay   Nano Http Status   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nano Http Status
Process the HTTP request response status values
Author: By
Last change:
Date: 6 years ago
Size: 924 bytes
 

Contents

Class file image Download
<phpunit colors="true" bootstrap="./tests/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="false" convertWarningsToExceptions="false" beStrictAboutTestsThatDoNotTestAnything="false" strict="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false" > <testsuites> <testsuite name="Main tests"> <directory>./tests/suites/main/</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="false"> <directory suffix=".php">./src/</directory> </whitelist> </filter> <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>