Merge pull request #23262 from eileenmcnaughton/limit
[civicrm-core.git] / tests / phpunit / CRM / Case / AllTests.php
index a8ef8b0da8b3bc77851ad672d8023ec829e58333..012c6781c6a0edb559aaded22ce3bb5a833207a2 100644 (file)
@@ -1,10 +1,5 @@
 <?php
 
-/**
- *  Include parent class definition
- */
-require_once 'CiviTest/CiviTestSuite.php';
-
 /**
  *  Class containing all test suites
  *
@@ -23,10 +18,11 @@ class CRM_Case_AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }