Merge pull request #5384 from davecivicrm/CRM-16108
[civicrm-core.git] / tests / phpunit / AllTests.php
index 9f30e106ef7012ac0f5a54fe2196c7c9362de9da..88b46301dcf8615451aeac7f5eec8d3f75f11014 100644 (file)
@@ -53,12 +53,13 @@ class AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class AllTests