test fix - typo in var
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 2 May 2014 23:24:14 +0000 (16:24 -0700)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 2 May 2014 23:24:14 +0000 (16:24 -0700)
tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php

index 9822252491d02948d1df1db26c4b5878e39733e8..29f7a0ef682dc0a131f1a55770d99350a2038346 100644 (file)
@@ -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();