fix membershiptypetest
[civicrm-core.git] / tests / phpunit / api / v3 / AllTests.php
index 8ddcd46251742f350416ad5186a83a27376f64ff..a0ad53b7875931d3d6cfcbaff882c20e9b9b2b8f 100644 (file)
@@ -44,7 +44,8 @@ class api_v3_AllTests extends CiviTestSuite {
   private static $instance = NULL;
 
   /**
-   * Simple name based constructor
+   * Simple name based constructor.
+   *
    * @param string $theClass
    * @param string $name
    */
@@ -62,7 +63,7 @@ class api_v3_AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   * Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();