diff --git a/unitTests/bootstrap.php b/unitTests/bootstrap.php index d963cc7b..19b31a88 100644 --- a/unitTests/bootstrap.php +++ b/unitTests/bootstrap.php @@ -30,6 +30,7 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'ci'); set_include_path(implode(PATH_SEPARATOR, array( realpath(APPLICATION_PATH . '/../Classes'), './', + dirname(__FILE__), get_include_path(), )));