Merge pull request #11285 from eileenmcnaughton/dupe_url
[civicrm-core.git] / tests / phpunit / CRM / Pledge / AllTests.php
index 0854f71ba582ad98f835cc6229a94d2234555081..19fe2c6f1baf6841659a05f5aa0ed0c60f05cbc5 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_Pledge_AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();
     return $inst->implSuite(__FILE__);
   }
+
 }
 // class CRM_Pledge_AllTests