9 lines
200 B
XML
9 lines
200 B
XML
|
<phpunit stop-on-failure="true" stop-on-error="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Tests">
|
||
|
<!-- loads all *Test.php -->
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|