Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
warslett committed Mar 31, 2020
1 parent cd4ec71 commit 0ff5536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function testFlash($config, $insulate)
*/
public function testFlashOnInjectedFlashbag($config, $insulate)
{
$this->expectDeprecation("The \"session.flash_bag\" service is deprecated since Symfony 5.1, use \"\$session->getFlashBag()\" instead.");
$this->expectDeprecation('The "session.flash_bag" service is deprecated since Symfony 5.1, use "$session->getFlashBag()" instead.');

$client = $this->createClient(['test_case' => 'Session', 'root_config' => $config]);
if ($insulate) {
Expand Down

0 comments on commit 0ff5536

Please sign in to comment.