Skip to content

Commit 2d60946

Browse files
committed
Merge branch '2.2' into 2.3
* 2.2: fixed some typos fixed @ExpectedException class names Conflicts: src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php src/Symfony/Component/Console/Tests/Command/CommandTest.php src/Symfony/Component/Locale/Tests/Stub/StubLocaleTest.php src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php
2 parents 41fde9a + 7dd4dea commit 2d60946

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)