Skip to content

Commit

Permalink
Merge 59b8062 into c031ec9
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean committed Nov 18, 2020
2 parents c031ec9 + 59b8062 commit e01fc06
Show file tree
Hide file tree
Showing 83 changed files with 9,219 additions and 1,718 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -49,6 +49,7 @@ install:

script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer run-script test-coverage --timeout=400 -- --verbose ; else composer run-script test --timeout=300 -- --verbose ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then composer run-script static-analysis ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi

after_script:
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -36,7 +36,9 @@
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^9.3",
"psr/http-message": "^1.0.1"
"psalm/plugin-phpunit": "^0.13.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^4.1"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3"
Expand Down Expand Up @@ -66,6 +68,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
Expand Down

0 comments on commit e01fc06

Please sign in to comment.