diff --git a/phpstan.neon b/phpstan.neon index f01035a2..a32cf76a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -24,7 +24,7 @@ parameters: message: '#Call to an undefined method PHPUnit\\Framework\\Test::getName\(\)#' path: src/Logging - - message: '#invalid typehint type Pest\\Concerns\\TestCase#' + message: '#invalid typehint type Pest\\Concerns\\Testable#' path: src/Logging - message: '#is not subtype of native type PHPUnit\\Framework\\Test#'