Skip to content

Commit

Permalink
Fix required PHP version the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed May 9, 2019
1 parent 7108f84 commit 39fd3e1
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -131,6 +131,9 @@ public function testObjectWithNullableConstructorArgument()
$this->assertNull($dummy->getFoo());
}

/**
* @requires PHP 7.1
*/
public function testObjectWithVariadicConstructorTypedArguments()
{
$normalizer = new ObjectNormalizer();
Expand Down

0 comments on commit 39fd3e1

Please sign in to comment.