Skip to content

Commit

Permalink
PHPUnit doc says to add vendor/bin to include path refs #5031
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 1, 2014
1 parent cf6d408 commit 4d46007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/bootstrap.php
Expand Up @@ -16,7 +16,7 @@
}
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');
Expand Down

0 comments on commit 4d46007

Please sign in to comment.