mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-24 17:28:39 +00:00
21 lines
557 B
XML
21 lines
557 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
bootstrap="Bootstrap.php"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Install">
|
|
<directory>Install*</directory>
|
|
</testsuite>
|
|
<testsuite name="phpOMS">
|
|
<directory>phpOMS*</directory>
|
|
</testsuite>
|
|
<testsuite name="Modules">
|
|
<directory>Modules*</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|