Skip to content

Commit 8d1d108

Browse files
minor #60175 [Serializer] add PHP version and extension that are required to run tests (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [Serializer] add PHP version and extension that are required to run tests | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 1718d48 add PHP version and extension that are required to run tests
2 parents 8d4ed97 + 1718d48 commit 8d1d108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public static function supportsNormalizationProvider(): iterable
5252
}
5353

5454
/**
55+
* @requires PHP 8.4
5556
* @requires extension bcmath
5657
*
5758
* @dataProvider normalizeGoodBcMathNumberValueProvider
@@ -149,6 +150,8 @@ public static function denormalizeGoodBcMathNumberValueProvider(): iterable
149150
}
150151

151152
/**
153+
* @requires extension gmp
154+
*
152155
* @dataProvider denormalizeGoodGmpValueProvider
153156
*/
154157
public function testDenormalizeGmp(string|int $data, string $type, \GMP $expected)

0 commit comments

Comments
 (0)