blob: 7c5978b32f8aeb8e26e58545c328e2151583fba8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="integration">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
|