projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e3448
)
Include PHPUnit/Framework.php
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 29 Sep 2009 13:58:53 +0000
(09:58 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 29 Sep 2009 13:58:53 +0000
(09:58 -0400)
framework/View/test/Horde/View/AllTests.php
patch
|
blob
|
history
diff --git
a/framework/View/test/Horde/View/AllTests.php
b/framework/View/test/Horde/View/AllTests.php
index
ead96dc
..
424ccf9
100644
(file)
--- a/
framework/View/test/Horde/View/AllTests.php
+++ b/
framework/View/test/Horde/View/AllTests.php
@@
-12,7
+12,7
@@
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'Horde_View_AllTests::main');
}
-require_once 'PHPUnit/Framework
/TestSuite
.php';
+require_once 'PHPUnit/Framework.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
class Horde_View_AllTests {