projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573deb0
)
Fix loading PHPUnit for PHPUnit 3.5+
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 21:18:05 +0000
(17:18 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 21:19:36 +0000
(17:19 -0400)
framework/Test/lib/Horde/Test/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/Test/lib/Horde/Test/AllTests.php
b/framework/Test/lib/Horde/Test/AllTests.php
index
6e6a819
..
767afeb
100644
(file)
--- a/
framework/Test/lib/Horde/Test/AllTests.php
+++ b/
framework/Test/lib/Horde/Test/AllTests.php
@@
-13,8
+13,7
@@
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Horde_Test_AllTests::main');
}
-require_once 'PHPUnit/Framework.php';
-require_once 'PHPUnit/TextUI/TestRunner.php';
+require_once 'PHPUnit/Autoload.php';
/**
* @package Horde_Test