From 2a21d018a1efe8fbe46bd2d8631f7d8bdd2ba2df Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 26 Jan 2016 22:08:23 -0800 Subject: [PATCH] CRM_Core_BAO_ActionScheduleTest - Doc block --- tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php b/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php index a0f2c14c57..5d5df84fb4 100644 --- a/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php +++ b/tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php @@ -27,7 +27,12 @@ /** * Class CRM_Core_BAO_ActionScheduleTest + * @group ActionSchedule * @group headless + * + * There are additional tests for some specific entities in other classes: + * @see CRM_Activity_ActionMappingTest + * @see CRM_Contribute_ActionMapping_ByTypeTest */ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase { -- 2.25.1