From: Tim Otten Date: Sun, 18 Aug 2013 03:47:52 +0000 (-0700) Subject: CRM-12845 - Change name of test-class to reflect dual purpose X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bc24cdad2b577df63f207bb2dbe5d25cbf086b1a;p=civicrm-core.git CRM-12845 - Change name of test-class to reflect dual purpose ---------------------------------------- * CRM-12845: CRM_Utils_Migrate - Handle CustomGroup subtypes http://issues.civicrm.org/jira/browse/CRM-12845 --- diff --git a/tests/phpunit/CRM/Utils/Migrate/ExportTest.php b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php similarity index 98% rename from tests/phpunit/CRM/Utils/Migrate/ExportTest.php rename to tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php index dddc2d2d82..8c0bb62cb6 100644 --- a/tests/phpunit/CRM/Utils/Migrate/ExportTest.php +++ b/tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php @@ -1,6 +1,6 @@