blob: 839e1a021eb0471915a02a1fb25cd511055b1af2 (
plain)
1
2
3
4
5
6
7
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./tests/integration</directory>
</testsuite>
</testsuites>
</phpunit>
|