1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-02-01 12:31:38 +01:00
2018-09-21 01:54:30 -07:00

26 lines
637 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<filter>
<whitelist>
<directory>src/Underscore</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Underscore Test Suite">
<directory suffix=".php">tests</directory>
</testsuite>
</testsuites>
</phpunit>