We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3cfbd commit c45366bCopy full SHA for c45366b
.scrutinizer.yml
@@ -18,13 +18,8 @@ build:
18
tests:
19
override:
20
-
21
- command: '/usr/local/bin/phpunit --coverage-clover=clover.xml'
+ command: './vendor/bin/phpunit --coverage-clover=clover.xml'
22
coverage:
23
file: 'clover.xml'
24
format: 'clover'
25
26
- project_setup:
27
- before:
28
- - wget https://phar.phpunit.de/phpunit.phar
29
- - chmod +x phpunit.phar
30
- - sudo mv phpunit.phar /usr/local/bin/phpunit
0 commit comments