diff --git a/app/phpstan-baseline.neon b/app/phpstan-baseline.neon index 3733ad79..5795cab9 100644 --- a/app/phpstan-baseline.neon +++ b/app/phpstan-baseline.neon @@ -438,6 +438,18 @@ parameters: count: 27 path: tests/Feature/AdminTenantShowTest.php + - + message: '#^Access to an undefined property Pest\\PendingCalls\\TestCall\:\:\$tenant\.$#' + identifier: property.notFound + count: 3 + path: tests/Feature/Support/SupportRequestControllerTest.php + + - + message: '#^Access to an undefined property Pest\\PendingCalls\\TestCall\:\:\$user\.$#' + identifier: property.notFound + count: 5 + path: tests/Feature/Support/SupportRequestControllerTest.php + - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:getJson\(\)\.$#' identifier: method.notFound