We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fe843 commit cec45a9Copy full SHA for cec45a9
Tests/Encoder/JsonEncoderTest.php
@@ -61,7 +61,6 @@ public function testOptions()
61
$this->assertEquals($expected, $this->serializer->serialize($arr, 'json'), 'Context should not be persistent');
62
}
63
64
-
65
protected function getJsonSource()
66
{
67
return '{"foo":"foo","bar":["a","b"],"baz":{"key":"val","key2":"val","A B":"bar","item":[{"title":"title1"},{"title":"title2"}],"Barry":{"FooBar":{"Baz":"Ed","@id":1}}},"qux":"1"}';
0 commit comments