Skip to content

Commit d33442b

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent 3a91a59 commit d33442b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/Compiler/RegisterServiceSubscribersPassTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ public function testWithAttributes()
131131
$this->assertEquals($expected, $container->getDefinition((string) $locator->getFactory()[0])->getArgument(0));
132132
}
133133

134-
/**
135-
* @requires PHP 8
136-
*/
137134
public function testUnionServices()
138135
{
139136
$container = new ContainerBuilder();
@@ -310,9 +307,6 @@ public function method()
310307
$subscriber::getSubscribedServices();
311308
}
312309

313-
/**
314-
* @requires PHP 8
315-
*/
316310
public function testServiceSubscriberTraitWithUnionReturnType()
317311
{
318312
if (!class_exists(SubscribedService::class)) {

0 commit comments

Comments
 (0)