8000 [Serializer] Feature deserialization of object with private constructor by l3l0 · Pull Request #19027 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Serializer] Feature deserialization of object with private constructor #19027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove spaces from empty line.
  • Loading branch information
l3l0 committed Jun 11, 2016
commit 37c8646b3cdba225f68b3367bf0146feb2858ca0
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Tests/SerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testNormalizeOnDenormalizer()
$serializer = new Serializer(array(new TestDenormalizer()), array());
$this->assertTrue($serializer->normalize(new \stdClass(), 'json'));
}

/**
* @expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException
*/
Expand Down
0