From 22bfdaa3664b1711c46c922b53175301364ed6ad Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Tue, 8 Feb 2022 11:40:50 +0000
Subject: [PATCH] Issue #3254726 follow-up by catch: adjust phpstan baseline.

---
 core/phpstan-baseline.neon | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/phpstan-baseline.neon b/core/phpstan-baseline.neon
index ae650f5ebf37..213fab692c87 100644
--- a/core/phpstan-baseline.neon
+++ b/core/phpstan-baseline.neon
@@ -180,11 +180,6 @@ parameters:
 			count: 1
 			path: lib/Drupal/Core/Template/TwigPhpStorageCache.php
 
-		-
-			message: "#^Class Drupal\\\\simpletest\\\\TestBase not found\\.$#"
-			count: 1
-			path: lib/Drupal/Core/Test/RunTests/TestFileParser.php
-
 		-
 			message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
 			count: 2
-- 
GitLab