Files
snipe-it/phpunit.xml
T
2015-08-12 23:52:44 -07:00

22 lines
636 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<php>
<ini name="display_errors" value="true"/>
</php>
<testsuites>
<testsuite name="Snipe-IT Test Suite">
<directory>./app/tests/</directory>
</testsuite>
</testsuites>
</phpunit>