mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
19 lines
585 B
XML
19 lines
585 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<phpunit backupGlobals="false"
|
||
|
|
backupStaticAttributes="false"
|
||
|
|
colors="true"
|
||
|
|
convertErrorsToExceptions="true"
|
||
|
|
convertNoticesToExceptions="true"
|
||
|
|
convertWarningsToExceptions="true"
|
||
|
|
processIsolation="false"
|
||
|
|
stopOnFailure="false"
|
||
|
|
syntaxCheck="false"
|
||
|
|
bootstrap="test/bootstrap.php"
|
||
|
|
>
|
||
|
|
<testsuites>
|
||
|
|
<testsuite name="Businessprocess PHP Unit tests">
|
||
|
|
<directory suffix=".php">test/php</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
</phpunit>
|