Skip to content

Commit c45366b

Browse files
committed
phpunit usage updated
1 parent 0c3cfbd commit c45366b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ build:
1818
tests:
1919
override:
2020
-
21-
command: '/usr/local/bin/phpunit --coverage-clover=clover.xml'
21+
command: './vendor/bin/phpunit --coverage-clover=clover.xml'
2222
coverage:
2323
file: 'clover.xml'
2424
format: 'clover'
2525

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

Comments
 (0)