X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FAdmin%2FCustomAddTestSameField.php;h=0908a883612c91c672c43c89c5c1cc8e642b97ee;hb=d7f6c609b3af1dafb068fb3172056d0b58142b5e;hp=c892cfe9fdfd7669ad4a912ddf3621c125bf1055;hpb=a134e6ac6ffa73e67bb7f8da277734b9bd546121;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php b/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php index c892cfe9fd..0908a88361 100644 --- a/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php +++ b/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php @@ -1,9 +1,9 @@ open($this->sboxPath); $this->webtestLogin(); @@ -44,7 +44,7 @@ class WebTest_Admin_CustomAddTestSameField extends CiviSeleniumTestCase { $this->_testCustomAdd(); } - function _testCustomAdd() { + public function _testCustomAdd() { //CRM-7564 : Different gropus can contain same custom fields $this->open($this->sboxPath . "civicrm/admin/custom/group?action=add&reset=1"); $this->waitForPageToLoad($this->getTimeoutMsec()); @@ -166,5 +166,5 @@ class WebTest_Admin_CustomAddTestSameField extends CiviSeleniumTestCase { $this->waitForText('crm-notification-container', "Custom field '$radioFieldLabel' has been saved."); } -} +}