11 lines
282 B
XML
11 lines
282 B
XML
<phpunit bootstrap="bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>Unit</directory>
|
|
</testsuite>
|
|
<testsuite name="Integration">
|
|
<directory>Integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|