9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
|
<?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>
|