Skip to content

Commit

Permalink
Merge pull request #22795 from totten/master-queue-group
Browse files Browse the repository at this point in the history
(NFC) tests/phpunit/CRM/Queue - Add common `@group`
  • Loading branch information
colemanw authored Feb 19, 2022
2 parents c185909 + 60f014d commit 6196859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/CRM/Queue/Queue/SqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* work. For example, the createItem() interface supports
* priority-queueing.
* @group headless
* @group queue
*/
class CRM_Queue_Queue_SqlTest extends CiviUnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/CRM/Queue/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/**
* Ensure that various queue implementations comply with the interface
* @group headless
* @group queue
*/
class CRM_Queue_QueueTest extends CiviUnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/CRM/Queue/RunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/**
* Ensure that various queue implementations comply with the interface
* @group headless
* @group queue
*/
class CRM_Queue_RunnerTest extends CiviUnitTestCase {

Expand Down

0 comments on commit 6196859

Please sign in to comment.