From 08a0a69be89be30511d545c127e22290f5ae7e52 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 24 Jul 2017 10:32:39 +1200 Subject: [PATCH] Renamed test class. I wonder if this test was running before? --- .../phpunit/CRM/Contribute/Form/{Search.php => SearchTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/phpunit/CRM/Contribute/Form/{Search.php => SearchTest.php} (99%) diff --git a/tests/phpunit/CRM/Contribute/Form/Search.php b/tests/phpunit/CRM/Contribute/Form/SearchTest.php similarity index 99% rename from tests/phpunit/CRM/Contribute/Form/Search.php rename to tests/phpunit/CRM/Contribute/Form/SearchTest.php index d8bebcc5d6..03bd2a5a7c 100644 --- a/tests/phpunit/CRM/Contribute/Form/Search.php +++ b/tests/phpunit/CRM/Contribute/Form/SearchTest.php @@ -34,7 +34,7 @@ * * @package CiviCRM */ -class CRM_Contribute_Form_Search extends CiviUnitTestCase { +class CRM_Contribute_Form_SearchTest extends CiviUnitTestCase { protected $_individual; protected $_tablesToTruncate = array('civicrm_contribution'); -- 2.25.1