We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1123e9b commit abcbe22Copy full SHA for abcbe22
phpunit.xml.dist
@@ -10,13 +10,7 @@
10
<php>
11
<ini name="error_reporting" value="-1" />
12
<server name="KERNEL_CLASS" value="App\Kernel" />
13
- <!--
14
- TODO: if you don't define APP_SECRET env var, you see this error:
15
- 1) App\Tests\Controller\Admin\BlogControllerTest::testAccessDeniedForRegularUsers
16
- with data set #0 ('GET', '/en/admin/post/')
17
- Symfony\Component\DependencyInjection\Exception\EnvNotFoundException:
18
- Environment variable not found: "APP_SECRET".
19
- -->
+ <!-- Configure here all needed environment variables for 'test' env -->
20
<env name="APP_SECRET" value="5a79a1c866efef9ca1800f971d689f3e"/>
21
<env name="DATABASE_URL" value="sqlite:///var/data/blog_test.sqlite"/>
22
</php>
0 commit comments