Skip to content

Commit 7dd4dea

Browse files
committed
fixed @ExpectedException class names
1 parent 6566cd9 commit 7dd4dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Encoder/XmlEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testSetRootNodeName()
5353
}
5454

5555
/**
56-
* @expectedException UnexpectedValueException
56+
* @expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException
5757
* @expectedExceptionMessage Document types are not allowed.
5858
*/
5959
public function testDocTypeIsNotAllowed()

0 commit comments

Comments
 (0)