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