2016-08-31 12:18:46 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-02-05 13:26:01 -05:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" stopOnFailure="false" bootstrap="../tests/bootstrap.php" beStrictAboutTestsThatDoNotTestAnything="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
|
|
<coverage>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">../src</directory>
|
|
|
|
</include>
|
|
|
|
<report>
|
|
|
|
<clover outputFile="logs/clover.xml"/>
|
|
|
|
<crap4j outputFile="logs/crap4j.xml"/>
|
|
|
|
<html outputDirectory="../coverage"/>
|
|
|
|
<xml outputDirectory="logs/coverage"/>
|
|
|
|
</report>
|
|
|
|
</coverage>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Cache">
|
|
|
|
<directory>../tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<logging>
|
|
|
|
<junit outputFile="logs/junit.xml"/>
|
|
|
|
</logging>
|
|
|
|
</phpunit>
|