summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commita2eaccfa4d970bad833110337650904ae125642a (patch)
tree77c1f18aca2250d01397b64ae87f15ab8e169681 /phpstan.neon
parent039ec3199124a22a9760855c592f4bfecebe3e32 (diff)
ignore testing phpstan error
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon13
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