projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61737a1
)
Fix inclusion of PHPUnit
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 13 Dec 2009 16:53:33 +0000
(11:53 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 13 Dec 2009 16:53:33 +0000
(11:53 -0500)
framework/Db/test/Horde/Db/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/Db/test/Horde/Db/AllTests.php
b/framework/Db/test/Horde/Db/AllTests.php
index
af7d2b7
..
e402bbe
100644
(file)
--- a/
framework/Db/test/Horde/Db/AllTests.php
+++ b/
framework/Db/test/Horde/Db/AllTests.php
@@
-16,7
+16,7
@@
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Horde_Db_AllTests::main');
}
-require_once 'PHPUnit/Framework
/TestSuite
.php';
+require_once 'PHPUnit/Framework.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
require_once dirname(__FILE__).'/Adapter/MissingTest.php';