CRM-17860 - CiviTestSuite - Remove unnecessary require
authorTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 05:12:52 +0000 (22:12 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 07:33:51 +0000 (00:33 -0700)
tests/phpunit/CiviTest/CiviTestSuite.php

index 7412d4221decff5f14c8889b5fb3ba02c5448397..4dd175274b447a7b75f01dc418fd42fb1b40043f 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- * Include parent class definition
- */
-require_once 'PHPUnit/Framework/TestSuite.php';
-
 /**
  * Parent class for test suites
  *