2014-10-08 16:34:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-06-30 14:46:07 +02:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd">
|
2022-03-15 22:14:36 +01:00
|
|
|
<coverage>
|
|
|
|
<report>
|
2022-11-17 11:17:18 +01:00
|
|
|
<clover outputFile="build/coverage.clover"/>
|
2022-03-15 22:14:36 +01:00
|
|
|
</report>
|
|
|
|
</coverage>
|
|
|
|
<testsuites>
|
2022-11-16 12:13:00 +01:00
|
|
|
<testsuite name="minify">
|
|
|
|
<directory suffix="Test.php">tests</directory>
|
2022-03-15 22:14:36 +01:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<logging/>
|
2023-06-30 14:46:07 +02:00
|
|
|
<source>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</include>
|
|
|
|
</source>
|
2014-10-08 16:34:49 +02:00
|
|
|
</phpunit>
|