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:03:54 +0300
committerThaDafinser <martin.keckeis@thyssenkrupp.com>2015-09-02 11:03:54 +0300
commited3a5ab4d73dbfb223f4b2e4003eb313c2ff3656 (patch)
tree13b1c8f3a6630ddac0603a04f917c67b009fcf3c /plugins/TestRunner
parente4016d7e57e115ffad48eb4ee1da3b20bef5f4ba (diff)
test suit windows
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/TestsRun.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsRun.php b/plugins/TestRunner/Commands/TestsRun.php
index b025330f9b..94bbbc51ab 100644
--- a/plugins/TestRunner/Commands/TestsRun.php
+++ b/plugins/TestRunner/Commands/TestsRun.php
@@ -44,7 +44,7 @@ class TestsRun extends ConsoleCommand
$groups = $this->getGroupsFromString($groups);
- $command = PIWIK_VENDOR_PATH . '/phpunit/phpunit/phpunit';
+ $command = PIWIK_VENDOR_PATH . '/bin/phpunit';
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
$command = 'php -dzend.enable_gc=0 ' . $command;