INFRA-132 - Misc
[civicrm-core.git] / tests / phpunit / AllTests.php
index 7d73bf1915d541ac9d619b36e95e4a69d2d0dd0b..1b6fc5daccfc467ca74e9a0715c5fd310b3678b1 100644 (file)
@@ -44,11 +44,10 @@ class AllTests extends CiviTestSuite {
   private static $instance = NULL;
 
   /**
-   *
    */
   private static function getInstance() {
     if (is_null(self::$instance)) {
-      self::$instance = new self;
+      self::$instance = new self();
     }
     return self::$instance;
   }
@@ -60,6 +59,7 @@ class AllTests extends CiviTestSuite {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class AllTests