From 5818a79e67b205b76f4681c2832a8c8c35d43680 Mon Sep 17 00:00:00 2001 From: Maarten Balliauw Date: Wed, 10 Jul 2013 11:18:43 +0200 Subject: [PATCH] Update bootstrap.php --- unitTests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) 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(), )));