From 3762c9d5d3a3147c01e52acb5b43da07356bc0d4 Mon Sep 17 00:00:00 2001 From: Malik Alleyne-Jones Date: Mon, 18 May 2026 15:18:34 -0400 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 8eacab5..1a74fff 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -47,7 +47,7 @@ parameters: path: src/RenderableComment.php - - message: '#^Call to an undefined method PHPUnit\\Framework\\TestCase::[a-zA-Z0-9_]+\(\)\.$#' + message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9_]+\(\)\.$#' identifier: method.notFound count: 3 path: tests/**/*.php @@ -58,13 +58,13 @@ parameters: path: tests/Pest.php - - message: '#^Call to an undefined method PHPUnit\\Framework\\TestCase\:\:assertDatabaseHas\(\)\.$#' + message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:assertDatabaseHas\(\)\.$#' identifier: method.notFound count: 2 path: tests/Livewire/CommentReactionTest.php - - message: '#^Call to an undefined method PHPUnit\\Framework\\TestCase\:\:assertDatabaseMissing\(\)\.$#' + message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:assertDatabaseMissing\(\)\.$#' identifier: method.notFound count: 3 path: tests/Livewire/CommentReactionTest.php