Skip to content

Commit edec5d7

Browse files
committed
Fixed @ExpectedException definitions to reference absolute exception paths
1 parent 3fc20ae commit edec5d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/ParserTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function testNonUtf8Exception()
143143

144144
/**
145145
*
146-
* @expectedException Symfony\Component\Yaml\Exception\ParseException
146+
* @expectedException \Symfony\Component\Yaml\Exception\ParseException
147147
*
148148
*/
149149
public function testUnindentedCollectionException()
@@ -161,7 +161,7 @@ public function testUnindentedCollectionException()
161161
}
162162

163163
/**
164-
* @expectedException Symfony\Component\Yaml\Exception\ParseException
164+
* @expectedException \Symfony\Component\Yaml\Exception\ParseException
165165
*/
166166
public function testSequenceInAMapping()
167167
{
@@ -174,7 +174,7 @@ public function testSequenceInAMapping()
174174
}
175175

176176
/**
177-
* @expectedException Symfony\Component\Yaml\Exception\ParseException
177+
* @expectedException \Symfony\Component\Yaml\Exception\ParseException
178178
*/
179179
public function testMappingInASequence()
180180
{

0 commit comments

Comments
 (0)