File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
66before_script :
77 - composer install
8+ - mkdir -p build/logs
89
910script :
1011 - vendor/bin/php-cs-fixer fix -v --dry-run
1112 - phpunit --coverage-clover build/logs/clover.xml
12- - vendor/bin/doc2test && vendor/bin/phpunit -c doc-test/phpunit.xml
Original file line number Diff line number Diff line change 1515 },
1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^6.0" ,
18- "friendsofphp/php-cs-fixer" : " ^2.2" ,
19- "doc2test/doc2test" : " dev-master"
18+ "friendsofphp/php-cs-fixer" : " ^2.2"
2019 },
2120 "autoload" : {
2221 "psr-4" : {
3231 }
3332 },
3433 "scripts" : {
35- "test" : " php-cs-fixer fix -v --dry-run --ansi && phpunit --colors=always --coverage-text && vendor/bin/doc2test && vendor/bin/phpunit -c doc-test/phpunit.xml --coverage-text "
34+ "test" : " php-cs-fixer fix -v --dry-run --ansi && phpunit --colors=always --coverage-text"
3635 }
3736}
You can’t perform that action at this time.
0 commit comments