You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/ParserTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -896,10 +896,10 @@ public function testColonInMappingValueException()
896
896
897
897
$this->parser->parse($yaml);
898
898
899
+
restore_error_handler();
900
+
899
901
$this->assertCount(1, $deprecations);
900
902
$this->assertContains('Using a colon in the unquoted mapping value "bar: baz" in line 1 is deprecated since Symfony 2.8 and will throw a ParseException in 3.0.', $deprecations[0]);
0 commit comments