projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61971d6
)
Set the include_path to include the default lib/ directory when running tests
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 28 Sep 2009 15:54:23 +0000
(11:54 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 28 Sep 2009 15:54:23 +0000
(11:54 -0400)
framework/bin/test_framework
patch
|
blob
|
history
diff --git
a/framework/bin/test_framework
b/framework/bin/test_framework
index
6ba17d8
..
dc4410c
100755
(executable)
--- a/
framework/bin/test_framework
+++ b/
framework/bin/test_framework
@@
-15,6
+15,7
@@
if (!defined('PHPUnit_MAIN_METHOD')) {
}
require 'Horde/Autoloader.php';
+Horde_Autoloader::addClassPath(dirname(dirname(dirname(__FILE__))) . '/lib');
/**
* @category Horde