diff --git a/tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php b/tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php index 7a07638ef8b2..92fa74a7ca70 100644 --- a/tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php +++ b/tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php @@ -25,6 +25,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Activity_Import_Parser_ActivityTest extends CiviUnitTestCase { use CRMTraits_Custom_CustomDataTrait; diff --git a/tests/phpunit/CRM/Contact/Import/Form/DataSourceTest.php b/tests/phpunit/CRM/Contact/Import/Form/DataSourceTest.php index 10de94bd3a31..64d7db013d8d 100644 --- a/tests/phpunit/CRM/Contact/Import/Form/DataSourceTest.php +++ b/tests/phpunit/CRM/Contact/Import/Form/DataSourceTest.php @@ -21,6 +21,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Contact_Import_Form_DataSourceTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php b/tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php index 5204ee9968de..645a8df56cb1 100644 --- a/tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php +++ b/tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php @@ -22,6 +22,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Contact_Import_Form_MapFieldTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index b9392c365302..14f96d132a15 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -34,6 +34,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Contact_Import_Parser_ContactTest extends CiviUnitTestCase { use CRMTraits_Custom_CustomDataTrait; diff --git a/tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php b/tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php index 2bab48b8a86e..0a94114c5b40 100644 --- a/tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php @@ -14,6 +14,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Contribute_Import_Parser_ContributionTest extends CiviUnitTestCase { use CRMTraits_Custom_CustomDataTrait; diff --git a/tests/phpunit/CRM/Custom/Import/Parser/ApiTest.php b/tests/phpunit/CRM/Custom/Import/Parser/ApiTest.php index 4816b197089c..b7fcb7427a5d 100644 --- a/tests/phpunit/CRM/Custom/Import/Parser/ApiTest.php +++ b/tests/phpunit/CRM/Custom/Import/Parser/ApiTest.php @@ -9,6 +9,7 @@ * * @package CiviCRM * @group headless + * @group import */ class CRM_Custom_Import_Parser_ApiTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php b/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php index 83628d8436a2..88425db7afbc 100644 --- a/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php +++ b/tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php @@ -30,6 +30,7 @@ /** * @package CiviCRM * @group headless + * @group import */ class CRM_Participant_Import_Parser_ParticipantTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Import/DataSource/CsvTest.php b/tests/phpunit/CRM/Import/DataSource/CsvTest.php index aedd68dc4027..b087f5cdf08e 100644 --- a/tests/phpunit/CRM/Import/DataSource/CsvTest.php +++ b/tests/phpunit/CRM/Import/DataSource/CsvTest.php @@ -11,6 +11,9 @@ /** * Tests for the CRM_Import_Datasource_Csv class. + * + * @group headless + * @group import */ class CRM_Import_DataSource_CsvTest extends CiviUnitTestCase { diff --git a/tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php b/tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php index caee7ad3a2c5..b275c57364a8 100644 --- a/tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php +++ b/tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php @@ -29,6 +29,7 @@ /** * @package CiviCRM * @group headless + * @group import */ class CRM_Member_Import_Parser_MembershipTest extends CiviUnitTestCase { use CRMTraits_Custom_CustomDataTrait; diff --git a/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php index 6d001e37353d..d66568484f0e 100644 --- a/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php +++ b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php @@ -3,6 +3,7 @@ /** * Class CRM_Utils_Migrate_ImportExportTest * @group headless + * @group import */ class CRM_Utils_Migrate_ImportExportTest extends CiviUnitTestCase {