X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FAllTests.php;h=88b46301dcf8615451aeac7f5eec8d3f75f11014;hb=fcd7397daa4bf0d078a5590a0b5d9c3adf5f655a;hp=7d73bf1915d541ac9d619b36e95e4a69d2d0dd0b;hpb=af321125666c7444accea956adaad22395fcd4c9;p=civicrm-core.git diff --git a/tests/phpunit/AllTests.php b/tests/phpunit/AllTests.php index 7d73bf1915..88b46301dc 100644 --- a/tests/phpunit/AllTests.php +++ b/tests/phpunit/AllTests.php @@ -44,22 +44,22 @@ 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; } /** - * Build test suite dynamically + * Build test suite dynamically. */ public static function suite() { $inst = self::getInstance(); return $inst->implSuite(__FILE__); } + } // class AllTests