From: Chuck Hagenbuch Date: Mon, 28 Sep 2009 15:54:23 +0000 (-0400) Subject: Set the include_path to include the default lib/ directory when running tests X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5435b6d0c50206ba6c49ef57d7530c0c7cd3fd3d;p=horde.git Set the include_path to include the default lib/ directory when running tests --- diff --git a/framework/bin/test_framework b/framework/bin/test_framework index 6ba17d837..dc4410cd1 100755 --- 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