mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Move loading .env files to bootstrap.php
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
bootstrap="tests/bootstrap.php"
|
||||
bootstrap="src/.bootstrap.php"
|
||||
>
|
||||
<php>
|
||||
<ini name="error_reporting" value="-1" />
|
||||
<env name="APP_ENV" value="test" />
|
||||
</php>
|
||||
|
||||
<testsuites>
|
||||
|
||||
Reference in New Issue
Block a user