winter/modules/cms/phpunit.xml

23 lines
709 B
XML
Raw Normal View History

2014-05-14 23:24:20 +10:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="../system/tests/bootstrap/app.php"
2014-05-14 23:24:20 +10:00
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Winter CMS Module">
<directory>./tests</directory>
2014-05-14 23:24:20 +10:00
</testsuite>
</testsuites>
2015-03-02 19:01:30 +11:00
<php>
<env name="APP_ENV" value="testing" />
<env name="CACHE_DRIVER" value="array" />
<env name="SESSION_DRIVER" value="array" />
</php>
</phpunit>