Skip to content

Commit

Permalink
clean up @requires annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 22, 2023
1 parent 23ff4e5 commit 2620a67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Normalizer/AbstractNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ public function testIgnore()
$this->assertSame([], $normalizer->normalize($dummy));
}

/**
* @requires PHP 8.1.2
*/
public function testDenormalizeWhenObjectNotInstantiable()
{
$this->expectException(NotNormalizableValueException::class);
Expand Down

0 comments on commit 2620a67

Please sign in to comment.