Skip to content

Commit 52c0693

Browse files
committed
fix .scrutinizer test config
1 parent ba57f56 commit 52c0693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ build:
1818
tests:
1919
override:
2020
-
21-
command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
21+
command: 'vendor/bin/phpunit --config test/phpunit.xml'
2222
coverage:
23-
file: 'clover.xml'
23+
file: 'test/clover.xml'
2424
format: 'clover'
2525

2626
tools:

0 commit comments

Comments
 (0)