Merge pull request #22291 from eileenmcnaughton/amount_block
[civicrm-core.git] / tests / phpunit / CRM / Queue / RunnerTest.php
index ed1799a5b29f6392b2bf73b0ebff129b9a296f42..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 {
 
@@ -33,6 +34,7 @@ class CRM_Queue_RunnerTest extends CiviUnitTestCase {
 
     $tablesToTruncate = ['civicrm_queue_item'];
     $this->quickCleanup($tablesToTruncate);
+    parent::tearDown();
   }
 
   public function testRunAllNormal() {