Skip to content

Commit

Permalink
tests: Enable Psalm.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 9, 2021
1 parent ca1f6f7 commit 015e845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
"friends-of-phpspec/phpspec-code-coverage": "^6.0",
"infection/infection": "^0.21.0",
"infection/phpspec-adapter": "^0.1.2",
"phpspec/phpspec": "^7.0"
"phpspec/phpspec": "^7.0",
"vimeo/psalm": "^4.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 2 additions & 0 deletions grumphp.yml.dist
Expand Up @@ -4,6 +4,8 @@ imports:
parameters:
tasks.phpstan.configuration: phpstan.neon
extra_tasks:
psalm:
show_info: true
phpspec:
verbose: true
clover_coverage:
Expand Down

0 comments on commit 015e845

Please sign in to comment.