X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FEvent%2FChangeParticipantStatus.php;h=dfd694d12d7da54b58c55273434211ea56969dab;hb=cc1f12d76a640bbb0e1d68822d45f672dbb465de;hp=9a768ea328b093b8e78b6dca171ee2edc06928b9;hpb=39de6fd54b9843705d13cb9f70fbcc6296103670;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php b/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php index 9a768ea328..dfd694d12d 100644 --- a/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php +++ b/tests/phpunit/WebTest/Event/ChangeParticipantStatus.php @@ -35,7 +35,7 @@ class WebTest_Event_ChangeParticipantStatus extends CiviSeleniumTestCase { parent::setUp(); } - function testParticipationAdd() { + public function testParticipationAdd() { // Log in using webtestLogin() method $this->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')); } } -