8 lines
210 B
XML
8 lines
210 B
XML
<phpunit stopOnError="false" stopOnFailure="false" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Kanboard">
|
|
<directory>units</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|