mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
17 lines
393 B
XML
17 lines
393 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<php>
|
|
<ini name="display_errors" value="On" />
|
|
<ini name="display_startup_errors" value="On" />
|
|
</php>
|
|
<phpunit
|
|
colors="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="dryrun">
|
|
<directory suffix="php">./tests/Browser/DryRun/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|
|
|
|
|