projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc560b0
)
CRM-17860 - CiviTestSuite - Remove unnecessary require
author
Tim Otten
<totten@civicrm.org>
Tue, 2 Feb 2016 05:12:52 +0000
(22:12 -0700)
committer
Tim Otten
<totten@civicrm.org>
Tue, 2 Feb 2016 07:33:51 +0000
(
00:33
-0700)
tests/phpunit/CiviTest/CiviTestSuite.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CiviTest/CiviTestSuite.php
b/tests/phpunit/CiviTest/CiviTestSuite.php
index 7412d4221decff5f14c8889b5fb3ba02c5448397..4dd175274b447a7b75f01dc418fd42fb1b40043f 100644
(file)
--- a/
tests/phpunit/CiviTest/CiviTestSuite.php
+++ b/
tests/phpunit/CiviTest/CiviTestSuite.php
@@
-26,11
+26,6
@@
* <http://www.gnu.org/licenses/>.
*/
-/**
- * Include parent class definition
- */
-require_once 'PHPUnit/Framework/TestSuite.php';
-
/**
* Parent class for test suites
*