We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0958e commit 326e9a3Copy full SHA for 326e9a3
.scrutinizer.yml
@@ -18,7 +18,7 @@ build:
18
tests:
19
override:
20
-
21
- command: 'vendor/bin/phpunit --config test/phpunit.xml'
+ command: './vendor/bin/phpunit --config test/phpunit.xml'
22
coverage:
23
file: 'test/clover.xml'
24
format: 'clover'
.travis.yml
@@ -8,4 +8,4 @@ before_script:
8
- composer install
9
10
script:
11
- - phpunit --configuration ./test/phpunit.xml
+ - ./vendor/bin/phpunit --configuration ./test/phpunit.xml
0 commit comments