Merge pull request #23635 from eileenmcnaughton/import_unreach2
[civicrm-core.git] / tests / phpunit / CRM / Event / AllTests.php
index d8ed62ea886a5e4a1b34402cb3e3325d8a1bf5cb..040ade5c46954519ad22d6771005c4be196aa35d 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include parent class definition
- */
-require_once 'CiviTest/CiviTestSuite.php';
-
 /**
  *  Class containing all test suites
  *
@@ -47,13 +42,13 @@ class CRM_Event_AllTests extends CiviTestSuite {
    */
   private static function getInstance() {
     if (is_null(self::$instance)) {
-      self::$instance = new self;
+      self::$instance = new self();
     }
     return self::$instance;
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();