X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FAllTests.php;h=dcaa500eb519264a00fa3434243e23dc8921441c;hb=649d6dd08539215332dc943a749af302a42f76ef;hp=f910defe84efe7fce7026d8be5b3d70ddddcba05;hpb=b100f0b5a1cfef21fdacd35deb07e13d94ecadd6;p=civicrm-core.git diff --git a/tests/phpunit/CRM/AllTests.php b/tests/phpunit/CRM/AllTests.php index f910defe84..dcaa500eb5 100644 --- a/tests/phpunit/CRM/AllTests.php +++ b/tests/phpunit/CRM/AllTests.php @@ -53,12 +53,13 @@ class CRM_AllTests extends CiviTestSuite { } /** - * Build test suite dynamically + * Build test suite dynamically. */ public static function suite() { $inst = self::getInstance(); return $inst->implSuite(__FILE__); } + } // class AllTests