APIv4 - Add useTrash option to soft-delete contacts
[civicrm-core.git] / tests / phpunit / AllTests.php
index 1b6fc5daccfc467ca74e9a0715c5fd310b3678b1..bbd44360f7d6b5850c39af708c93f30949f6f611 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include parent class definition
- */
-require_once 'CiviTest/CiviTestSuite.php';
-
 /**
  *  Class containing all test suites
  *
@@ -53,7 +48,7 @@ class AllTests extends CiviTestSuite {
   }
 
   /**
-   *  Build test suite dynamically
+   *  Build test suite dynamically.
    */
   public static function suite() {
     $inst = self::getInstance();