Skip to content

Commit

Permalink
[Serializer] Fix tests marked as incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Jan 26, 2021
1 parent 11290f9 commit e632302
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -38,8 +38,6 @@ public function testIgnoredAttributesNormalize()
$normalizer->normalize($objectOuter, null, $context)
);

$this->markTestIncomplete('AbstractObjectNormalizer::getAttributes caches attributes by class instead of by class+context, reusing the normalizer with different config therefore fails. This is being fixed in https://github.com/symfony/symfony/pull/30907');

$context = ['ignored_attributes' => ['foo', 'inner']];
$this->assertEquals(
[
Expand Down

0 comments on commit e632302

Please sign in to comment.