imbo / behat-api-extension

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

Run static analysis on all PHP code in the project #95

Closed christeredvartsen closed 4 years ago

christeredvartsen commented 4 years ago

Currently we are only running PHPStan on the src directory, but it should analyse tests and features as well.

Also, run on the max level.