11 lines
252 B
XML
11 lines
252 B
XML
|
<phpunit bootstrap="bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="unit">
|
||
|
<directory>./Unit</directory>
|
||
|
</testsuite>
|
||
|
<testsuite name="integration">
|
||
|
<directory>./Integration</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|