Set the include_path to include the default lib/ directory when running tests
authorChuck Hagenbuch <chuck@horde.org>
Mon, 28 Sep 2009 15:54:23 +0000 (11:54 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 28 Sep 2009 15:54:23 +0000 (11:54 -0400)
framework/bin/test_framework

index 6ba17d8..dc4410c 100755 (executable)
@@ -15,6 +15,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
 }
 
 require 'Horde/Autoloader.php';
+Horde_Autoloader::addClassPath(dirname(dirname(dirname(__FILE__))) . '/lib');
 
 /**
  * @category Horde