Skip to content

Commit 22acc95

Browse files
committed
skip test on incompatible PHP versions
1 parent 9624ec5 commit 22acc95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/Compiler/CheckTypeDeclarationsPassTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,10 @@ public function testProcessSuccessWhenPassingAnIteratorArgumentToIterable()
392392
$this->addToAssertionCount(1);
393393
}
394394

395-
public function testProcessSuccessWhenPassingDefintionForObjectType()
395+
/**
396+
* @requires PHP 7.2
397+
*/
398+
public function testProcessSuccessWhenPassingDefinitionForObjectType()
396399
{
397400
$container = new ContainerBuilder();
398401

0 commit comments

Comments
 (0)