From afd16fc865ef90674a204a89806b0a7537676230 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 2 Jun 2015 13:49:17 +0200 Subject: Fix unit tests running on Scrutinizer by using the installed PHPUnit instead of the system one --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scrutinizer.yml') 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 -- cgit v1.2.3