Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d1d108

Browse filesBrowse 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
Copy full SHA for 8d1d108

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/NumberNormalizerTest.php
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.