summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 2f87fc7..6e02a9e 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -8,3 +8,8 @@ parameters:
message: '#Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9\\_]+#'
path: tests
reportUnmatched: false
+ -
+ message: '#Access to an undefined property Pest\\(Mixins\\)?Expectation#'
+ identifier: property.notFound
+ path: tests
+ reportUnmatched: false