Skip to content

Commit cd85cc7

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix Fix test provider
2 parents dab98eb + 794b643 commit cd85cc7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Tests/Caster/MysqliCasterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
/**
1818
* @requires extension mysqli
19+
*
1920
* @group integration
2021
*/
2122
class MysqliCasterTest extends TestCase

Tests/Caster/RdKafkaCasterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/**
2222
* @requires extension rdkafka
23+
*
2324
* @group integration
2425
*/
2526
class RdKafkaCasterTest extends TestCase

Tests/Caster/RedisCasterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
/**
1818
* @author Nicolas Grekas <[email protected]>
19+
*
1920
* @requires extension redis
21+
*
2022
* @group integration
2123
*/
2224
class RedisCasterTest extends TestCase

0 commit comments

Comments
 (0)