mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 12:13:01 +01:00
13 lines
430 B
XML
13 lines
430 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit colors="true" bootstrap="tests/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="Minify test suite">
|
|
<directory suffix="Test.php">tests/css</directory>
|
|
<directory suffix="Test.php">tests/js</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<logging>
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
</logging>
|
|
</phpunit>
|