From 29d41c018590884f8ea32014dd77dfe29d68edaf Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 2 May 2014 16:24:14 -0700 Subject: [PATCH] test fix - typo in var --- tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php index 9822252491..29f7a0ef68 100644 --- a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php +++ b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php @@ -151,7 +151,7 @@ class CRM_Contact_Form_Search_Custom_GroupTest extends CiviUnitTestCase { */ public function testContactIDs($fv, $count, $ids, $full) { // Truncate affected tables - $this->quickCleanup($this->tablesToTruncate); + $this->quickCleanup($this->_tablesToTruncate); // echo "testContactIDs\n"; $op = new PHPUnit_Extensions_Database_Operation_Insert(); -- 2.25.1