skip test on incompatible PHP versions

This commit is contained in:
Christian Flothmann 2019-11-25 11:39:47 +01:00
parent 8f3066f95d
commit 986cfc6580

View File

@ -392,7 +392,10 @@ class CheckTypeDeclarationsPassTest extends TestCase
$this->addToAssertionCount(1); $this->addToAssertionCount(1);
} }
public function testProcessSuccessWhenPassingDefintionForObjectType() /**
* @requires PHP 7.2
*/
public function testProcessSuccessWhenPassingDefinitionForObjectType()
{ {
$container = new ContainerBuilder(); $container = new ContainerBuilder();