12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit
|
||
|
colors="true"
|
||
|
stopOnFailure="true"
|
||
|
bootstrap="./vendor/autoload.php">
|
||
|
<testsuites>
|
||
|
<testsuite name="Bundles">
|
||
|
<directory>./tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|