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:
authormattab <matthieu.aubry@gmail.com>2014-05-01 11:12:54 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-01 11:12:54 +0400
commit4d46007a249b5badcae6d0ff755870cc62291998 (patch)
treef4ae861a37181f7f556d428bf2304c06340de1fb /tests/PHPUnit/bootstrap.php
parentcf6d408e7371a49445a17a5d8998ef5d628de7d2 (diff)
PHPUnit doc says to add vendor/bin to include path refs #5031
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index b2d312b0d6..1dcb995b0e 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -16,7 +16,7 @@ if (!defined('PIWIK_INCLUDE_PATH')) {
}
if (!defined('PIWIK_INCLUDE_SEARCH_PATH')) {
define('PIWIK_INCLUDE_SEARCH_PATH', get_include_path()
- . PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/vendor'
+ . PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/vendor/bin'
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/core'
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/libs'
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/plugins');