Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 16, 2023
1 parent 3c2942a commit 794b643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Caster/MysqliCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* @requires extension mysqli
*
* @group integration
*/
class MysqliCasterTest extends TestCase
Expand Down
1 change: 1 addition & 0 deletions Tests/Caster/RdKafkaCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

/**
* @requires extension rdkafka
*
* @group integration
*/
class RdKafkaCasterTest extends TestCase
Expand Down
2 changes: 2 additions & 0 deletions Tests/Caster/RedisCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @requires extension redis
*
* @group integration
*/
class RedisCasterTest extends TestCase
Expand Down

0 comments on commit 794b643

Please sign in to comment.