File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testParametersValuesAreFullyResolved()
69
69
$ this ->assertStringContainsString ('locale: en ' , $ tester ->getDisplay ());
70
70
$ this ->assertStringContainsString ('secret: test ' , $ tester ->getDisplay ());
71
71
$ this ->assertStringContainsString ('cookie_httponly: true ' , $ tester ->getDisplay ());
72
- $ this ->assertStringContainsString ('ide: null ' , $ tester ->getDisplay ());
72
+ $ this ->assertStringContainsString ('ide: ' .( $ _ENV [ ' SYMFONY_IDE ' ] ?? $ _SERVER [ ' SYMFONY_IDE ' ] ?? ' null ') , $ tester ->getDisplay ());
73
73
}
74
74
75
75
public function testDefaultParameterValueIsResolvedIfConfigIsExisting ()
Original file line number Diff line number Diff line change 10
10
>
11
11
<php >
12
12
<ini name =" error_reporting" value =" -1" />
13
- <env name =" SYMFONY_IDE" value =" " force =" true" />
14
13
<env name =" REDIS_HOST" value =" localhost" />
15
14
<env name =" MEMCACHED_HOST" value =" localhost" />
16
15
</php >
You can’t perform that action at this time.
0 commit comments