From 4bcbe02e1b496638c69df27daf74d4fff2c85223 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 14 Oct 2015 21:55:17 +0530 Subject: [PATCH] format fix --- tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php b/tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php index 0c66a4fa8d..53c0339b9e 100644 --- a/tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php +++ b/tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php @@ -235,7 +235,7 @@ class CRM_Contact_Form_Search_Custom_SampleTest extends CiviUnitTestCase { $dataset[2] = array('id' => array(10, 11)); $ssdao = CRM_Core_DAO::executeQuery("SELECT * FROM civicrm_saved_search"); - while($ssdao->fetch()) { + while ($ssdao->fetch()) { $fv = CRM_Contact_BAO_SavedSearch::getFormValues($ssdao->id); $obj = new CRM_Contact_Form_Search_Custom_Sample($fv); $sql = $obj->contactIDs(); -- 2.25.1