CiviTest - Configure autoloader for test classes
[civicrm-core.git] / tests / phpunit / CRM / AllTests.php
index f910defe84efe7fce7026d8be5b3d70ddddcba05..dcaa500eb519264a00fa3434243e23dc8921441c 100644 (file)
@@ -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