X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FAdmin%2FCustomAddTestSameField.php;h=628d97ace6219ddbd71ef66e4a5a49bd31c06fd5;hb=d5a0bb241c55747b7bd8e16ede5addad323453e1;hp=c892cfe9fdfd7669ad4a912ddf3621c125bf1055;hpb=48b420d7c105b0057e2529380ac47ff9fc31df35;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php b/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php index c892cfe9fd..628d97ace6 100644 --- a/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php +++ b/tests/phpunit/WebTest/Admin/CustomAddTestSameField.php @@ -1,7 +1,7 @@ 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()); @@ -167,4 +167,3 @@ class WebTest_Admin_CustomAddTestSameField extends CiviSeleniumTestCase { } } -