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
@@ -303,14 +302,12 @@ public function getScalarIndicators()
303
302
304
303
/**
305
304
* @group legacy
306
-
* @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
305
+
* @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.
307
306
* 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