diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-04-20 20:57:50 +0200 |
---|---|---|
committer | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-21 14:56:53 +0200 |
commit | 7c27d746253a446483182e9bcec9d565c53172c4 (patch) | |
tree | 1f172a415d357b0574b0b7852bb66ec4e6af1aa9 /phpstan.neon | |
parent | 6a002dde678907abc355e3afecc3b67da866f8cd (diff) | |
download | wcms-7c27d746253a446483182e9bcec9d565c53172c4.tar.gz wcms-7c27d746253a446483182e9bcec9d565c53172c4.zip |
tests: add phpunit phpstan extension
Diffstat (limited to 'phpstan.neon')
-rw-r--r-- | phpstan.neon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 6087678..1aa3f10 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,5 @@ includes: + - vendor/phpstan/phpstan-phpunit/extension.neon - vendor/pepakriz/phpstan-exception-rules/extension.neon parameters: |