X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FEvent%2FChangeParticipantStatus.php;h=dfd694d12d7da54b58c55273434211ea56969dab;hb=cc1f12d76a640bbb0e1d68822d45f672dbb465de;hp=7e0c5b892297dafe645371c9dd589e1202351be3;hpb=c52174d854bcc01af1e112d3bb0eee0e201d65e6;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php b/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php index 7e0c5b8922..dfd694d12d 100644 --- a/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php +++ b/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php @@ -1,7 +1,7 @@ webtestLogin(); @@ -98,7 +98,7 @@ class WebTest_Event_ChangeParticipantStatus extends CiviSeleniumTestCase { /** * @param string $firstName */ - function addParticipant($firstName) { + public function addParticipant($firstName) { $this->openCiviPage("participant/add", "reset=1&action=add&context=standalone", '_qf_Participant_upload-bottom'); // Type contact last name in contact auto-complete, wait for dropdown and click first result @@ -164,4 +164,3 @@ class WebTest_Event_ChangeParticipantStatus extends CiviSeleniumTestCase { $this->verifyText("xpath=//td[text()='Selections']/following-sibling::td//div/div", preg_quote('Event Total: $ 800.00')); } } -