Files
newwalls.pl/modules/ps_eventbus/phpunit.xml
2024-12-17 13:43:22 +01:00

8 lines
294 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true" stopOnFailure="false">
<testsuites>
<testsuite name="Ps eventbus Tests">
<directory suffix="Test.php">./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>