mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
43468b3b9f
This commit also enforces some testing environment variables at the process level.
18 lines
456 B
XML
18 lines
456 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit
|
|
backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Winter System Module">
|
|
<directory>./tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|