File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ public function testParseUnquotedAsteriskFollowedByAComment()
274
274
275
275
/**
276
276
* @dataProvider getReservedIndicators
277
- * @expectedException Symfony\Component\Yaml\Exception\ParseException
277
+ * @expectedException \ Symfony\Component\Yaml\Exception\ParseException
278
278
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
279
279
*/
280
280
public function testParseUnquotedScalarStartingWithReservedIndicator ($ indicator )
@@ -289,7 +289,7 @@ public function getReservedIndicators()
289
289
290
290
/**
291
291
* @dataProvider getScalarIndicators
292
- * @expectedException Symfony\Component\Yaml\Exception\ParseException
292
+ * @expectedException \ Symfony\Component\Yaml\Exception\ParseException
293
293
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
294
294
*/
295
295
public function testParseUnquotedScalarStartingWithScalarIndicator ($ indicator )
You can’t perform that action at this time.
0 commit comments