From 734ed08ce9409dbdec08d3bc78104553ffd7e977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 19 Jun 2026 15:08:30 +0300 Subject: [PATCH] =?UTF-8?q?chore(G7-A):=20baseline=20Pest-=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B8=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B2=20SupportRequestC?= =?UTF-8?q?ontrollerTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/phpstan-baseline.neon | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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