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 @@ -225,7 +225,7 @@ public function testParseUnquotedAsteriskFollowedByAComment()
225
225
226
226
/**
227
227
* @dataProvider getReservedIndicators
228
- * @expectedException Symfony\Component\Yaml\Exception\ParseException
228
+ * @expectedException \ Symfony\Component\Yaml\Exception\ParseException
229
229
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
230
230
*/
231
231
public function testParseUnquotedScalarStartingWithReservedIndicator ($ indicator )
@@ -240,7 +240,7 @@ public function getReservedIndicators()
240
240
241
241
/**
242
242
* @dataProvider getScalarIndicators
243
- * @expectedException Symfony\Component\Yaml\Exception\ParseException
243
+ * @expectedException \ Symfony\Component\Yaml\Exception\ParseException
244
244
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
245
245
*/
246
246
public function testParseUnquotedScalarStartingWithScalarIndicator ($ indicator )
You can’t perform that action at this time.
0 commit comments