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 39fd3e1

Browse filesBrowse files
committed
Fix required PHP version the new test
1 parent 7108f84 commit 39fd3e1
Copy full SHA for 39fd3e1

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/AbstractNormalizerTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ public function testObjectWithNullableConstructorArgument()
131131
$this->assertNull($dummy->getFoo());
132132
}
133133

134+
/**
135+
* @requires PHP 7.1
136+
*/
134137
public function testObjectWithVariadicConstructorTypedArguments()
135138
{
136139
$normalizer = new ObjectNormalizer();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.