INFRA-132 - tests/ - phpcbf
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AdvanceSearchPaneTest.php
index d07e969c510ff0ce97a2669bbd41edd3b93b255c..40b7094ae407827473af2f397e064650f5b522ed 100644 (file)
@@ -89,8 +89,7 @@ class WebTest_Contact_AdvanceSearchPaneTest extends CiviSeleniumTestCase {
   /**
    * @param array $openedPanes
    */
-  function _checkOpenedPanes($openedPanes = array(
-    )) {
+  function _checkOpenedPanes($openedPanes = array()) {
     if (!$this->isTextPresent('None found.')) {
       $this->click('css=div.crm-advanced_search_form-accordion div.crm-accordion-header');
     }
@@ -112,8 +111,7 @@ class WebTest_Contact_AdvanceSearchPaneTest extends CiviSeleniumTestCase {
    * @param $paneRef
    * @param array $selectFields
    */
-  function _selectPaneFields($paneRef, $selectFields = array(
-    )) {
+  function _selectPaneFields($paneRef, $selectFields = array()) {
     $pane = $this->_advanceSearchPanes($paneRef);
 
     $this->click("css=div.crm-accordion-wrapper {$pane['headerLocator']}");