Remove "requires PHP 7.2" annotations

This commit is contained in:
Alexander M. Turek 2021-01-10 16:19:05 +01:00
parent 4fe702fc35
commit 1ec5a65c73
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -331,9 +331,6 @@ class RegisterListenersPassTest extends TestCase
$registerListenersPass->process($container);
}
/**
* @requires PHP 7.2
*/
public function testOmitEventNameAndMethodOnGenericListener()
{
$container = new ContainerBuilder();