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()
6969 $ this ->assertStringContainsString ('locale: en ' , $ tester ->getDisplay ());
7070 $ this ->assertStringContainsString ('secret: test ' , $ tester ->getDisplay ());
7171 $ 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 ());
7373 }
7474
7575 public function testDefaultParameterValueIsResolvedIfConfigIsExisting ()
Original file line number Diff line number Diff line change 1010>
1111 <php >
1212 <ini name =" error_reporting" value =" -1" />
13- <env name =" SYMFONY_IDE" value =" " force =" true" />
1413 <env name =" REDIS_HOST" value =" localhost" />
1514 <env name =" MEMCACHED_HOST" value =" localhost" />
1615 </php >
You can’t perform that action at this time.
0 commit comments