add autogenerated comment blocks to tests dir
[civicrm-core.git] / tests / phpunit / WebTest / Campaign / OfflineEventRegistrationTest.php
index 15519a873b1b27d9cc4fc8becc638d177c30744a..0500b902014724666c727f004fd43bcccf2738ed 100644 (file)
 */
 
 require_once 'CiviTest/CiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Campaign_OfflineEventRegistrationTest
+ */
 class WebTest_Campaign_OfflineEventRegistrationTest extends CiviSeleniumTestCase {
 
   protected function setUp() {
@@ -220,6 +224,9 @@ class WebTest_Campaign_OfflineEventRegistrationTest extends CiviSeleniumTestCase
     $this->assertTrue($this->isTextPresent("$campaignTitle"));
   }
 
+  /**
+   * @return mixed
+   */
   function registerUrl() {
     $this->openCiviPage("event/manage", "reset=1");
     $eventId = explode('-', $this->getAttribute("//div[@id='event_status_id']//div[2]/table/tbody/tr@id"));