(NFC) tests/phpunit/CRM/Queue - Add common `@group`
authorTim Otten <totten@civicrm.org>
Thu, 17 Feb 2022 06:15:10 +0000 (22:15 -0800)
committerTim Otten <totten@civicrm.org>
Fri, 18 Feb 2022 23:52:25 +0000 (15:52 -0800)
tests/phpunit/CRM/Queue/Queue/SqlTest.php
tests/phpunit/CRM/Queue/QueueTest.php
tests/phpunit/CRM/Queue/RunnerTest.php

index 27afee5115c9462bd9c48d0fe7fa55e8e3fa37c2..3fb7e3965232bd2da18e2cfed539b18a577e6da6 100644 (file)
@@ -14,6 +14,7 @@
  * work. For example, the createItem() interface supports
  * priority-queueing.
  * @group headless
+ * @group queue
  */
 class CRM_Queue_Queue_SqlTest extends CiviUnitTestCase {
 
index d2ef5b06a4db850c8280c124707edad7c31820b3..b4e13cb60bedea2874dfb46d8762a2397b4d01ca 100644 (file)
@@ -12,6 +12,7 @@
 /**
  * Ensure that various queue implementations comply with the interface
  * @group headless
+ * @group queue
  */
 class CRM_Queue_QueueTest extends CiviUnitTestCase {
 
index a50c7407503099142c10eb2de345a5e07c2ad4b0..8581edd14ef3eac64ecc6cf03eec90822b184b5a 100644 (file)
@@ -12,6 +12,7 @@
 /**
  * Ensure that various queue implementations comply with the interface
  * @group headless
+ * @group queue
  */
 class CRM_Queue_RunnerTest extends CiviUnitTestCase {