Files
faveo/vendor/vlucas/phpdotenv/phpunit.xml
2015-05-01 13:13:01 +05:30

19 lines
557 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"
syntaxCheck="false"
bootstrap="./tests/bootstrap.php"
>
<testsuites>
<testsuite name="Dotenv Test Suite">
<directory suffix=".php">tests/Dotenv</directory>
</testsuite>
</testsuites>
</phpunit>