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 593b93b commit cbac7a2Copy full SHA for cbac7a2
Tests/Normalizer/GetSetMethodNormalizerTest.php
@@ -265,7 +265,7 @@ public function testUnableToNormalizeObjectAttribute()
265
$serializer = $this->getMock('Symfony\Component\Serializer\SerializerInterface');
266
$this->normalizer->setSerializer($serializer);
267
268
- $obj = new GetSetDummy();
+ $obj = new GetSetDummy();
269
$object = new \stdClass();
270
$obj->setObject($object);
271
0 commit comments