8 lines
294 B
XML
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> |