diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | a2eaccfa4d970bad833110337650904ae125642a (patch) | |
| tree | 77c1f18aca2250d01397b64ae87f15ab8e169681 | |
| parent | 039ec3199124a22a9760855c592f4bfecebe3e32 (diff) | |
ignore testing phpstan error
| -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 |
