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:
authorThaDafinser <martin.keckeis@thyssenkrupp.com>2015-09-02 11:23:19 +0300
committerThaDafinser <martin.keckeis@thyssenkrupp.com>2015-09-02 11:23:19 +0300
commit8d96c6961a4ca01a3cd505ccbebd364fbcf8b838 (patch)
treea2647cb5838258cb0895dd4c79eda9b664cd0c6d /plugins/TestRunner
parented3a5ab4d73dbfb223f4b2e4003eb313c2ff3656 (diff)
adding note + execute travis
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsRun.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TestRunner/Commands/TestsRun.php b/plugins/TestRunner/Commands/TestsRun.php
index 94bbbc51ab..08e456da19 100644
--- a/plugins/TestRunner/Commands/TestsRun.php
+++ b/plugins/TestRunner/Commands/TestsRun.php
@@ -44,6 +44,7 @@ class TestsRun extends ConsoleCommand
$groups = $this->getGroupsFromString($groups);
+ // bin is the composer executeable directory, where all vendors (should) place their executables
$command = PIWIK_VENDOR_PATH . '/bin/phpunit';
if (version_compare(PHP_VERSION, '5.4.0', '<')) {