openstackid-resources/phpunit.xml
smarcet 28a96f33c1 Added filtering by message to push notifications
Change-Id: I785939bd07892ec74dd693f1e0a997f62b39cc65
2020-02-06 15:29:39 -03:00

20 lines
600 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_ENV" value="testing"/>
</php>
</phpunit>