From a2eaccfa4d970bad833110337650904ae125642a Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: ignore testing phpstan error --- phpstan.neon | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'phpstan.neon') 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 -- cgit v1.2.3