From: Tim Otten Date: Tue, 18 Aug 2020 02:37:42 +0000 (-0700) Subject: (NFC) Add some tests to the `resources` group X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3441878a5b93da93dd6da59231cb745bb7029ff0;p=civicrm-core.git (NFC) Add some tests to the `resources` group --- diff --git a/tests/phpunit/CRM/Core/RegionTest.php b/tests/phpunit/CRM/Core/RegionTest.php index 3c1ef2f4c9..d4d9e83cb2 100644 --- a/tests/phpunit/CRM/Core/RegionTest.php +++ b/tests/phpunit/CRM/Core/RegionTest.php @@ -3,6 +3,7 @@ /** * Class CRM_Core_RegionTest * @group headless + * @group resources */ class CRM_Core_RegionTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Core/Resources/StringsTest.php b/tests/phpunit/CRM/Core/Resources/StringsTest.php index 42f27fd29f..0e68f718e0 100644 --- a/tests/phpunit/CRM/Core/Resources/StringsTest.php +++ b/tests/phpunit/CRM/Core/Resources/StringsTest.php @@ -12,6 +12,7 @@ /** * Tests for parsing translatable strings in HTML content. * @group headless + * @group resources */ class CRM_Core_Resources_StringsTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Core/ResourcesTest.php b/tests/phpunit/CRM/Core/ResourcesTest.php index bfebbb69a9..6c1fc7dd1f 100644 --- a/tests/phpunit/CRM/Core/ResourcesTest.php +++ b/tests/phpunit/CRM/Core/ResourcesTest.php @@ -12,6 +12,7 @@ /** * Tests for linking to resource files * @group headless + * @group resources */ class CRM_Core_ResourcesTest extends CiviUnitTestCase {