Files
szkoleniauryzaj.pl/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter/phpunit.xml.dist
2024-11-10 21:08:49 +01:00

12 lines
372 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="Path converter test suite">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>