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 869b949 commit 16e276dCopy full SHA for 16e276d
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