From 35257385cfc0b1478fcc09471a9c25cacbcf59ab Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Feb 2023 10:33:00 +0100 Subject: [PATCH] CS fix --- Tests/Transport/AmqpExtIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Transport/AmqpExtIntegrationTest.php b/Tests/Transport/AmqpExtIntegrationTest.php index aa551e4..fe9cfa3 100644 --- a/Tests/Transport/AmqpExtIntegrationTest.php +++ b/Tests/Transport/AmqpExtIntegrationTest.php @@ -33,6 +33,7 @@ /** * @requires extension amqp + * * @group integration */ class AmqpExtIntegrationTest extends TestCase