Add in Country and StateProvince APIv4 Entities
[civicrm-core.git] / tests / phpunit / api / v3 / AllTests.php
index 8ddcd46251742f350416ad5186a83a27376f64ff..b0c83a557bd9e1aee9463702a6ab86be8289681a 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include parent class definition
- */
-require_once 'CiviTest/CiviTestSuite.php';
-
 /**
  *  Class containing all API v3 test suites
  *
@@ -44,7 +39,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 +58,7 @@ class api_v3_AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   * Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();