X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FSearchBuilderTest.php;h=b9f7c237fb4a8a8c8637d85e7ac92b4bf280efa0;hb=34b568c4f00791aa48c724b9c1e7bba247e80930;hp=3d67c5e334732f6fd52acc9e8e980e3484b6b9ba;hpb=7a86e9ede3a83491f1e831da64537304e37ee837;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php index 3d67c5e334..b9f7c237fb 100644 --- a/tests/phpunit/WebTest/Contact/SearchBuilderTest.php +++ b/tests/phpunit/WebTest/Contact/SearchBuilderTest.php @@ -1,7 +1,7 @@ webtestLogin(); $groupName = $this->WebtestAddGroup(); @@ -50,14 +50,14 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { $this->waitForPageToLoad(); // We should get no results. But check the options are all still set - $this->waitForTextPresent('None found.'); + $this->waitForTextPresent('No matches found for:'); foreach (array($groupName, 'United States', 'Male') as $i => $label) { $this->waitForElementPresent("//span[@id='crm_search_value_1_$i']/select/option[2]"); $this->assertSelectedLabel("//span[@id='crm_search_value_1_$i']/select", $label); } } - function testSearchBuilderRLIKE() { + public function testSearchBuilderRLIKE() { $this->webtestLogin(); // Adding contact @@ -75,7 +75,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { /** * @param null $firstName */ - function createDetailContact($firstName = NULL) { + public function createDetailContact($firstName = NULL) { if (!$firstName) { $firstName = substr(sha1(rand()), 0, 7); @@ -112,7 +112,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { $this->assertTrue($this->isTextPresent("$firstName adv$firstName")); } - function testSearchBuilderContacts() { + public function testSearchBuilderContacts() { $this->webtestLogin(); //Individual @@ -219,7 +219,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { * @param string $op * @param null $count */ - function _searchBuilder($field, $fieldValue = NULL, $name = NULL, $op = '=', $count = NULL) { + public function _searchBuilder($field, $fieldValue = NULL, $name = NULL, $op = '=', $count = NULL) { // search builder using contacts(not using contactType) $this->openCiviPage("contact/search/builder", "reset=1"); $this->enterValues(1, 1, 'Contacts', $field, NULL, $op, "$fieldValue"); @@ -239,7 +239,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { /** * Enter form values in a Search Builder row */ - function enterValues($set, $row, $entity, $field, $loc, $op, $value = '') { + public function enterValues($set, $row, $entity, $field, $loc, $op, $value = '') { if ($set > 1 && $row == 1) { $this->click('addBlock'); } @@ -285,7 +285,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { * @param null $count * @param $field */ - function _advancedSearch($fieldValue = NULL, $name = NULL, $contactType = NULL, $count = NULL, $field) { + public function _advancedSearch($fieldValue = NULL, $name = NULL, $contactType = NULL, $count = NULL, $field) { //advanced search by selecting the contactType $this->openCiviPage("contact/search/advanced", "reset=1"); if (isset($contactType)) { @@ -337,7 +337,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { * @param null $streetName * @param null $postalCode */ - function _createContact($contactType, $name, $email, $streetName = NULL, $postalCode = NULL) { + public function _createContact($contactType, $name, $email, $streetName = NULL, $postalCode = NULL) { $this->openCiviPage('contact/add', array('reset' => 1, 'ct' => $contactType), '_qf_Contact_cancel'); if ($contactType == 'Individual') { @@ -375,7 +375,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { * Webtest for CRM-12148 * */ - function testSearchBuilderfinancialType() { + public function testSearchBuilderfinancialType() { $this->webtestLogin(); // add financial type @@ -431,7 +431,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase { * Webtest for CRM-12588 * */ - function testSearchBuilderMembershipType() { + public function testSearchBuilderMembershipType() { $this->webtestLogin(); // create first contact