Skip to content

Commit f1d7a59

Browse files
committed
Merge branch '2.4'
* 2.4: [HttpKernel] fixed regression introduced in 2.4 in the base DataCollector class. Added more unit tests coverage for the RequestDataCollector object. Fixed mistake in upgrade docu bumped Symfony version to 2.4.0 updated VERSION for 2.4.0-RC1 updated CHANGELOG for 2.4.0-RC1 Container::camelize also takes backslashes into consideration fixed typos fixed @ExpectedException class names Fix an issue when overriding Client::setServerParameters() and using the getContainer() method in it. fixed some typos fixed @ExpectedException class names Typo and better wording for german validator translation
2 parents 1be4f92 + bdd2310 commit f1d7a59

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)