1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00
freescout/vendor/anahkiasen/underscore-php/phpunit.xml
FreeScout 276da930fa Logs
2018-07-23 03:12:13 -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>