imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
107 stars 42 forks source link

Also run psalm for static analysis #90

Closed christeredvartsen closed 4 years ago

christeredvartsen commented 4 years ago

Currently the ci script runs phpstan/phpstan. Add vimeo/psalm as well, and make sure to run both suites with as high level as possible, and also scan the tests directory.