Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  remove unneeded @requires PHP from tests
  • Loading branch information
xabbuh committed Dec 19, 2023
2 parents 857f33d + 10940a7 commit 1073a69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/SerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,6 @@ public function testDeserializeWrappedScalar()
$this->assertSame(42, $serializer->deserialize('{"wrapper": 42}', 'int', 'json', [UnwrappingDenormalizer::UNWRAP_PATH => '[wrapper]']));
}

/**
* @requires PHP 8
*/
public function testDeserializeNullableIntInXml()
{
$extractor = new PropertyInfoExtractor([], [new ReflectionExtractor()]);
Expand Down

0 comments on commit 1073a69

Please sign in to comment.