TimeTrex/vendor/cbschuld/browser.php/phpunit.xml.dist

9 lines
243 B
Plaintext
Raw Normal View History

2022-12-13 07:10:06 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>