Merge pull request #15727 from civicrm/5.19
[civicrm-core.git] / tests / phpunit / CRM / AllTests.php
index f910defe84efe7fce7026d8be5b3d70ddddcba05..f1c23ce168d3ef11e8008cc532a0f38aa579e590 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include parent class definition
- */
-require_once 'CiviTest/CiviTestSuite.php';
-
 /**
  *  Class containing all CRM test suites
  *
@@ -53,12 +48,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