icingaweb2-module-businessp.../phpunit.xml

19 lines
585 B
XML
Raw Normal View History

2016-11-23 04:12:25 -05:00
<?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>