Skip to content

Commit ef38bb2

Browse files
committed
Merge branch '3.1'
* 3.1: fixed expected exception annotations
2 parents 7fbb0df + 368b973 commit ef38bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/InlineTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function testParseUnquotedAsteriskFollowedByAComment()
274274

275275
/**
276276
* @dataProvider getReservedIndicators
277-
* @expectedException Symfony\Component\Yaml\Exception\ParseException
277+
* @expectedException \Symfony\Component\Yaml\Exception\ParseException
278278
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
279279
*/
280280
public function testParseUnquotedScalarStartingWithReservedIndicator($indicator)
@@ -289,7 +289,7 @@ public function getReservedIndicators()
289289

290290
/**
291291
* @dataProvider getScalarIndicators
292-
* @expectedException Symfony\Component\Yaml\Exception\ParseException
292+
* @expectedException \Symfony\Component\Yaml\Exception\ParseException
293293
* @expectedExceptionMessage cannot start a plain scalar; you need to quote the scalar.
294294
*/
295295
public function testParseUnquotedScalarStartingWithScalarIndicator($indicator)

0 commit comments

Comments
 (0)