Skip to content

Commit 8c5e072

Browse files
committed
Updates the Scrutinizer configuration file to phpunit.
1 parent 496fefb commit 8c5e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build:
5353

5454
tests:
5555
override:
56-
- command: ./bin/simple-phpunit --coverage-clover=code-coverage
56+
- command: ./bin/phpunit --coverage-clover=code-coverage
5757
coverage:
5858
file: code-coverage
5959
format: clover

0 commit comments

Comments
 (0)