remove more inline messages
[civicrm-core.git] / tests / phpunit / CRM / Activity / AllTests.php
index 3efc29f025015935255db0262a2baf509241af9b..0da000a3a14af67e1b66bdb40cbcf786b1a23aea 100644 (file)
@@ -47,18 +47,19 @@ class CRM_Activity_AllTests extends CiviTestSuite {
    */
   private static function getInstance() {
     if (is_null(self::$instance)) {
-      self::$instance = new self;
+      self::$instance = new self();
     }
     return self::$instance;
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class CRM_Activity_AllTests