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.
2 parents 06c0f67 + 16e276d commit 73978e3Copy full SHA for 73978e3
Tests/Functional/ConfigDebugCommandTest.php
@@ -141,7 +141,7 @@ public function testParametersValuesAreFullyResolved(bool $debug)
141
$this->assertStringContainsString('locale: en', $tester->getDisplay());
142
$this->assertStringContainsString('secret: test', $tester->getDisplay());
143
$this->assertStringContainsString('cookie_httponly: true', $tester->getDisplay());
144
- $this->assertStringContainsString('ide: '.$debug ? ($_ENV['SYMFONY_IDE'] ?? $_SERVER['SYMFONY_IDE'] ?? 'null') : 'null', $tester->getDisplay());
+ $this->assertStringContainsString('ide: '.($debug ? ($_ENV['SYMFONY_IDE'] ?? $_SERVER['SYMFONY_IDE'] ?? 'null') : 'null'), $tester->getDisplay());
145
}
146
147
/**
0 commit comments