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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-02 14:49:17 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-02 14:49:17 +0300
commitafd16fc865ef90674a204a89806b0a7537676230 (patch)
tree6c8406ee6c17502900a65f9355192638892c9fdc /.scrutinizer.yml
parent88d7fa85ee97aa27cfea67e372cd8f7cd8cbf502 (diff)
Fix unit tests running on Scrutinizer by using the installed PHPUnit instead of the system one
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index b52ca59452..b8ce49891f 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -26,7 +26,7 @@ build:
tests:
override:
-
- command: cd tests/PHPUnit && phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
+ command: cd tests/PHPUnit && ../../vendor/bin/phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
coverage:
file: tests/PHPUnit/clover-unit.xml
format: php-clover