Merge branch '4.5' into 4.6
[civicrm-core.git] / tests / phpunit / WebTest / Report / RolePermissionReportTest.php
index 471f566f5447ff2a1ac49b4720706a7f3c96b9b2..6fd0311bd7bd432b025abeb6c868e612acda76ca 100644 (file)
@@ -96,7 +96,7 @@ class WebTest_Report_RolePermissionReportTest extends CiviSeleniumTestCase {
   }
 
   /**
-   *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;
   }
+
 }