PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Sergey Karavay   PHPolyglot   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPolyglot
Translate, correct spelling and speak a given text
Author: By
Last change:
Date: 6 years ago
Size: 1,142 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="Specific Tests"> <directory>./tests/suites/specific/</directory> </testsuite> <testsuite name="General Tests"> <directory>./tests/suites/general/</directory> </testsuite> <testsuite name="Supplemental Tests"> <directory>./tests/suites/supplemental/</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>