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/InlineTest.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\Inline;
16
15
useSymfony\Component\Yaml\Yaml;
17
16
@@ -255,14 +254,12 @@ public function getScalarIndicators()
255
254
256
255
/**
257
256
* @group legacy
258
-
* @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
257
+
* @expectedDeprecation Not quoting the scalar "%bar " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.
259
258
* throws \Symfony\Component\Yaml\Exception\ParseException in 4.0
ErrorAssert::assertDeprecationsAreTriggered('Not quoting the scalar "%foo " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', function () {
0 commit comments