From: Eileen McNaughton Date: Fri, 2 May 2014 23:24:14 +0000 (-0700) Subject: test fix - typo in var X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=29d41c018590884f8ea32014dd77dfe29d68edaf;p=civicrm-core.git test fix - typo in var --- 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();