Merge branch '4.5' into 4.6
[civicrm-core.git] / tests / phpunit / WebTest / Report / RolePermissionReportTest.php
index 0e928b8ce79caf96c6b8b1c5e026184946cb953f..6fd0311bd7bd432b025abeb6c868e612acda76ca 100644 (file)
@@ -95,8 +95,8 @@ class WebTest_Report_RolePermissionReportTest extends CiviSeleniumTestCase {
     $this->_roleDelete($role2);
   }
 
-  /*
-   *check for CRM-10148
+  /**
+   * Check for CRM-10148.
    */
   public function testReservedReportPermission() {
     $this->webtestLogin('admin');
@@ -256,4 +256,5 @@ class WebTest_Report_RolePermissionReportTest extends CiviSeleniumTestCase {
     $this->waitForPageToLoad($this->getTimeoutMsec());
     return $name;
   }
+
 }