From 32f1f0fe5d64fdef9c4595054707d31a77ed571b Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 20 May 2014 13:02:24 -0700 Subject: [PATCH] CiviTest - Remove & don't generate truncate*.xml These files don't appear to be used: * A quick grep for "truncate.xml" (etal) doesn't find any matches * Munging or deleting the file doesn't yield any new errors when running a test-suite (CRM_Core_AllTests) --- CRM/Core/CodeGen/Main.php | 2 +- tests/phpunit/CiviTest/truncate-option.xml | 7 - tests/phpunit/CiviTest/truncate-tag.xml | 7 - tests/phpunit/CiviTest/truncate-ufgroup.xml | 11 - tests/phpunit/CiviTest/truncate.xml | 297 -------------------- 5 files changed, 1 insertion(+), 323 deletions(-) delete mode 100644 tests/phpunit/CiviTest/truncate-option.xml delete mode 100644 tests/phpunit/CiviTest/truncate-tag.xml delete mode 100644 tests/phpunit/CiviTest/truncate-ufgroup.xml delete mode 100644 tests/phpunit/CiviTest/truncate.xml diff --git a/CRM/Core/CodeGen/Main.php b/CRM/Core/CodeGen/Main.php index a5d85822bb..99ee7417eb 100644 --- a/CRM/Core/CodeGen/Main.php +++ b/CRM/Core/CodeGen/Main.php @@ -116,7 +116,7 @@ Alternatively you can get a version of CiviCRM that matches your PHP version 'CRM_Core_CodeGen_Reflection', 'CRM_Core_CodeGen_Schema', 'CRM_Core_CodeGen_DAO', - 'CRM_Core_CodeGen_Test', + //'CRM_Core_CodeGen_Test', 'CRM_Core_CodeGen_I18n', ); return $components; diff --git a/tests/phpunit/CiviTest/truncate-option.xml b/tests/phpunit/CiviTest/truncate-option.xml deleted file mode 100644 index aa2d23119d..0000000000 --- a/tests/phpunit/CiviTest/truncate-option.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tests/phpunit/CiviTest/truncate-tag.xml b/tests/phpunit/CiviTest/truncate-tag.xml deleted file mode 100644 index dc85c7e303..0000000000 --- a/tests/phpunit/CiviTest/truncate-tag.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tests/phpunit/CiviTest/truncate-ufgroup.xml b/tests/phpunit/CiviTest/truncate-ufgroup.xml deleted file mode 100644 index 29ed6f1ba1..0000000000 --- a/tests/phpunit/CiviTest/truncate-ufgroup.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/tests/phpunit/CiviTest/truncate.xml b/tests/phpunit/CiviTest/truncate.xml deleted file mode 100644 index cf09afeaec..0000000000 --- a/tests/phpunit/CiviTest/truncate.xml +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.25.1