Skip to content

Commit 66c83e6

Browse files
committed
Skip Gearman tests on PHP 8.1
1 parent 26b8f95 commit 66c83e6

6 files changed

+6
-0
lines changed

Tests/GearmanContextTest.php

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

1313
/**
1414
* @group functional
15+
* @group gearman
1516
*/
1617
class GearmanContextTest extends TestCase
1718
{

Tests/Spec/GearmanContextTest.php

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

88
/**
99
* @group functional
10+
* @group gearman
1011
*/
1112
class GearmanContextTest extends ContextSpec
1213
{

Tests/Spec/GearmanSendToAndReceiveFromQueueTest.php

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

1010
/**
1111
* @group functional
12+
* @group gearman
1213
*/
1314
class GearmanSendToAndReceiveFromQueueTest extends SendToAndReceiveFromQueueSpec
1415
{

Tests/Spec/GearmanSendToAndReceiveNoWaitFromQueueTest.php

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

99
/**
1010
* @group functional
11+
* @group gearman
1112
*/
1213
class GearmanSendToAndReceiveNoWaitFromQueueTest extends SendToAndReceiveNoWaitFromQueueSpec
1314
{

Tests/Spec/GearmanSendToTopicAndReceiveFromQueueTest.php

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

99
/**
1010
* @group functional
11+
* @group gearman
1112
*/
1213
class GearmanSendToTopicAndReceiveFromQueueTest extends SendToTopicAndReceiveFromQueueSpec
1314
{

Tests/Spec/GearmanSendToTopicAndReceiveNoWaitFromQueueTest.php

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

99
/**
1010
* @group functional
11+
* @group gearman
1112
*/
1213
class GearmanSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiveNoWaitFromQueueSpec
1314
{

0 commit comments

Comments
 (0)