X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FEvent%2FMultipleEventRegistrationbyCartTest.php;h=fe5c4c97d1651074be31c0f2266a0ab206e80256;hb=f41a7de74d7f30125ad93e4b80561ac17038c002;hp=6d2384e4a6b0b2bf75406b7751e1273315895f2d;hpb=1024e1784fb68b8529a77143f5191a60d70837cf;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Event/MultipleEventRegistrationbyCartTest.php b/tests/phpunit/WebTest/Event/MultipleEventRegistrationbyCartTest.php index 6d2384e4a6..fe5c4c97d1 100755 --- a/tests/phpunit/WebTest/Event/MultipleEventRegistrationbyCartTest.php +++ b/tests/phpunit/WebTest/Event/MultipleEventRegistrationbyCartTest.php @@ -35,7 +35,9 @@ class WebTest_Event_MultipleEventRegistrationbyCartTest extends CiviSeleniumTest parent::setUp(); } - // this functionality is broken hence skipping the test + /** + * this functionality is broken hence skipping the test + */ public function skiptestAuthenticatedMultipleEvent() { // Log in using webtestLogin() method @@ -128,7 +130,9 @@ class WebTest_Event_MultipleEventRegistrationbyCartTest extends CiviSeleniumTest $this->_checkContributionsandEventRegistration($value[0], $value[1], $events); } - // this functionality is broken hence skipping the test + /** + * this functionality is broken hence skipping the test + */ public function skiptestAnonymousMultipleEvent() { // This is the path where our testing install resides. // The rest of URL is defined in CiviSeleniumTestCase base class, in