From 1f1d64510b2141b895a5206d28eee83cfbf38529 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Wed, 23 Aug 2017 12:09:39 -0400 Subject: [PATCH] CRM-16964 - change what I thought was typo back Maybe not a typo? tests are failing. --- tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index 9d09a934af..9fdcdbf267 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -36,7 +36,7 @@ * @package CiviCRM * @group headless */ -class CRM_Contact_Import_Parser_ContactTest extends CiviUnitTestCase { +class CRM_Contact_Imports_Parser_ContactTest extends CiviUnitTestCase { protected $_tablesToTruncate = array(); /** -- 2.25.1