Skip to content

Commit 5d9b029

Browse files
committed
minor symfony#53182 [Serializer] fix tests (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] fix tests | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT see php/php-src#7888, https://bugs.php.net/bug.php?id=81681 and https://3v4l.org/3a6db Commits ------- 1eecce0 fix tests
2 parents 1eab442 + 1eecce0 commit 5d9b029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function testIgnore()
283283
}
284284

285285
/**
286-
* @requires PHP 8.1
286+
* @requires PHP 8.1.2
287287
*/
288288
public function testDenormalizeWhenObjectNotInstantiable()
289289
{

0 commit comments

Comments
 (0)