mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
244 B
XML
9 lines
244 B
XML
<phpunit stopOnFailure="true" stopOnError="true" beStrictAboutTestsThatDoNotTestAnything="false">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<!-- loads all *Test.php -->
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|