Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config_test.php')
-rwxr-xr-xtests/config_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/config_test.php b/tests/config_test.php
index ab651623d2..4bbe899e56 100755
--- a/tests/config_test.php
+++ b/tests/config_test.php
@@ -16,6 +16,8 @@ if(!defined('PIWIK_INCLUDE_PATH'))
set_include_path(PATH_TEST_TO_ROOT .'/'
. PATH_SEPARATOR . getcwd()
. PATH_SEPARATOR . getcwd() . '/../'
+ . PATH_SEPARATOR . PATH_TEST_TO_ROOT2
+ . PATH_SEPARATOR . PATH_TEST_TO_ROOT
. PATH_SEPARATOR . PATH_TEST_TO_ROOT . '/libs/'
. PATH_SEPARATOR . getcwd() . '/../../libs/'
. PATH_SEPARATOR . getcwd() . '/../libs/'