format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 14 Oct 2015 16:25:17 +0000 (21:55 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 14 Oct 2015 16:25:17 +0000 (21:55 +0530)
tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php

index 0c66a4fa8d7abfcf63d6a8e802409f4652fc1636..53c0339b9e75a11ae65b97f0ea33e075e4d7f234 100644 (file)
@@ -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();