INFRA-132 - Misc
[civicrm-core.git] / tests / phpunit / AllTests.php
index 3aee013d106a2e2c13e7e07041ddefd39d5208cf..1b6fc5daccfc467ca74e9a0715c5fd310b3678b1 100644 (file)
@@ -6,12 +6,12 @@
  *
  *  (PHP 5)
  *
- *   @author Walt Haas <walt@dharmatech.org> (801) 534-1262
- *   @copyright Copyright CiviCRM LLC (C) 2009
- *   @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ * @author Walt Haas <walt@dharmatech.org> (801) 534-1262
+ * @copyright Copyright CiviCRM LLC (C) 2009
+ * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html
  *              GNU Affero General Public License version 3
- *   @version   $Id: AllTests.php 40328 2012-05-11 23:06:13Z allen $
- *   @package   CiviCRM
+ * @version   $Id: AllTests.php 40328 2012-05-11 23:06:13Z allen $
+ * @package   CiviCRM
  *
  *   This file is part of CiviCRM
  *
@@ -38,17 +38,16 @@ require_once 'CiviTest/CiviTestSuite.php';
 /**
  *  Class containing all test suites
  *
- *  @package   CiviCRM
+ * @package   CiviCRM
  */
 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
 
@@ -71,4 +71,3 @@ class AllTests extends CiviTestSuite {
 // c-hanging-comment-ender-p: nil
 // indent-tabs-mode: nil
 // End:
-