Merge pull request #14534 from pradpnayak/EventTypeQuery
[civicrm-core.git] / tests / phpunit / CRM / Core / AllTests.php
index f5776e64e66f74069e42d0e05046abfffc3b4e38..d37a41ca333b7915def8355808b019de3de10054 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 CRM_Core_AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class CRM_Core_AllTests