mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-26 14:02:20 +08:00
17 lines
409 B
XML
17 lines
409 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="vendor/autoload.php" colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
strict="true"
|
|
syntaxCheck="true"
|
|
>
|
|
<php>
|
|
<ini name="error_reporting" value="-1" />
|
|
</php>
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>Test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|