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 1718d48

Browse filesBrowse files
committed
add PHP version and extension that are required to run tests
1 parent 8d4ed97 commit 1718d48
Copy full SHA for 1718d48

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.