From 794b643de837bbb5e61524ed2db60640db76efca Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Feb 2023 10:33:00 +0100 Subject: [PATCH] CS fix --- Tests/Caster/MysqliCasterTest.php | 1 + Tests/Caster/RdKafkaCasterTest.php | 1 + Tests/Caster/RedisCasterTest.php | 2 ++ 3 files changed, 4 insertions(+) diff --git a/Tests/Caster/MysqliCasterTest.php b/Tests/Caster/MysqliCasterTest.php index e05ae41b..983f541a 100644 --- a/Tests/Caster/MysqliCasterTest.php +++ b/Tests/Caster/MysqliCasterTest.php @@ -16,6 +16,7 @@ /** * @requires extension mysqli + * * @group integration */ class MysqliCasterTest extends TestCase diff --git a/Tests/Caster/RdKafkaCasterTest.php b/Tests/Caster/RdKafkaCasterTest.php index 4cc836f2..65e8ec3b 100644 --- a/Tests/Caster/RdKafkaCasterTest.php +++ b/Tests/Caster/RdKafkaCasterTest.php @@ -20,6 +20,7 @@ /** * @requires extension rdkafka + * * @group integration */ class RdKafkaCasterTest extends TestCase diff --git a/Tests/Caster/RedisCasterTest.php b/Tests/Caster/RedisCasterTest.php index 058b95d0..566de12a 100644 --- a/Tests/Caster/RedisCasterTest.php +++ b/Tests/Caster/RedisCasterTest.php @@ -16,7 +16,9 @@ /** * @author Nicolas Grekas + * * @requires extension redis + * * @group integration */ class RedisCasterTest extends TestCase