8 lines
205 B
XML
8 lines
205 B
XML
|
<phpunit bootstrap="bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="integration">
|
||
|
<directory>./Integration</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|