11 lines
233 B
XML
11 lines
233 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpunit bootstrap="./vendor/autoload.php">
|
|
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>./tests/unit</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|