Repository URL to install this package:
|
Version:
2.2.0 ▾
|
crazyfactory/jobs
/
phpunit.xml
|
|---|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
verbose="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="default">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="coverage/html" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="coverage/clover.xml"/>
<log type="coverage-text" target="php://stdout" lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>