File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 36
36
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
37
37
38
38
- name : Execute tests
39
- run: vendor/bin/phpunit
39
+ run : |
40
+ vendor/bin/phpunit
40
41
41
- - name: Coveralls GitHub Action
42
+ - name : Coveralls GitHub Action
42
43
uses :
coverallsapp/[email protected]
43
44
Original file line number Diff line number Diff line change 20
20
"autoload" : {
21
21
"psr-4" : {"ReCaptcha\\ " : " src/ReCaptcha" }
22
22
},
23
- "autoload-dev" : {
24
- "psr-4" : {"ReCaptcha\\ " : " tests/ReCaptcha/" }
25
- },
23
+ "autoload-dev" : {
24
+ "psr-4" : {"ReCaptcha\\ " : " tests/ReCaptcha/" }
25
+ },
26
26
"scripts" : {
27
27
"lint" : [
28
28
" @putenv PHP_CS_FIXER_IGNORE_ENV=1" ,
29
- " vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run ."
29
+ " vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run ."
30
30
],
31
31
"lint-fix" : [
32
32
" @putenv PHP_CS_FIXER_IGNORE_ENV=1" ,
33
- " vendor/bin/php-cs-fixer -vvv fix --using-cache=no ."
33
+ " vendor/bin/php-cs-fixer -vvv fix --using-cache=no ."
34
34
],
35
35
"test" : [
36
- " @putenv XDEBUG_MODE=coverage" ,
37
- " vendor/bin/phpunit --display-phpunit-deprecations"
38
- ],
36
+ " @putenv XDEBUG_MODE=coverage" ,
37
+ " vendor/bin/phpunit --display-phpunit-deprecations"
38
+ ],
39
39
"serve-examples" : " @php -S localhost:8080 -t examples"
40
40
},
41
41
"config" : {
You can’t perform that action at this time.
0 commit comments