diff options
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/phpstan.neon b/phpstan.neon index 7f33c04..2f87fc7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,10 @@ parameters: - level: 8 - paths: - - src - - tests + level: 8 + paths: + - src + - tests + ignoreErrors: + - + message: '#Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9\\_]+#' + path: tests + reportUnmatched: false |
