Skip to content

Commit 74e0e56

Browse files
committed
add PHP version and extension that are required to run tests
1 parent e09a72e commit 74e0e56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)