Skip to content

Commit

Permalink
remove unwanted unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xthiago committed Jun 19, 2023
1 parent a7cfd4c commit 6dcc0f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/Serializer/Symfony/IdInterfaceNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ public function testSupportsDenormalizationForNonId()
$this->assertFalse($this->normalizer->supportsDenormalization('foo', \stdClass::class));
}

public function atestSupportCustomAbstractUid()
{
$this->assertTrue($this->normalizer->supportsDenormalization('ccc', TestAbstractCustomUid::class));
}

/**
* @dataProvider dataProvider
*/
Expand Down

0 comments on commit 6dcc0f4

Please sign in to comment.