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: src/Symfony/Component/Yaml/Tests/ParserTest.php
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
12
12
namespaceSymfony\Component\Yaml\Tests;
13
13
14
-
useSymfony\Bridge\PhpUnit\ErrorAssert;
15
14
useSymfony\Component\Yaml\Yaml;
16
15
useSymfony\Component\Yaml\Parser;
17
16
@@ -968,13 +967,11 @@ public function testFloatKeys()
968
967
*/
969
968
publicfunctiontestColonInMappingValueException()
970
969
{
971
-
ErrorAssert::assertDeprecationsAreTriggered('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.', function () {
0 commit comments