Skip to content

Commit 5e444e7

Browse files
committed
remove no longer needed PHP version requirements from tests
1 parent 758ae4f commit 5e444e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/DependencyInjection/MessengerPassTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,6 @@ public function testBuiltinArgumentTypeHandler()
540540
(new MessengerPass())->process($container);
541541
}
542542

543-
/**
544-
* @requires PHP 8
545-
*/
546543
public function testUnionTypeArgumentsTypeHandler()
547544
{
548545
$container = $this->getContainerBuilder($busId = 'message_bus');
@@ -561,9 +558,6 @@ public function testUnionTypeArgumentsTypeHandler()
561558
$this->assertHandlerDescriptor($container, $handlersMapping, DummyMessage::class, [UnionTypeArgumentHandler::class]);
562559
}
563560

564-
/**
565-
* @requires PHP 8
566-
*/
567561
public function testUnionBuiltinArgumentTypeHandler()
568562
{
569563
$this->expectException(RuntimeException::class);

0 commit comments

Comments
 (0)