From 3476d83ecc552d216798807c0c9437e96c19054f Mon Sep 17 00:00:00 2001 From: bumperbox Date: Mon, 23 Jun 2025 09:31:39 +1200 Subject: [PATCH] CommentDisplayTest correct namespace Class Entity\CommentDisplayTest located in ./tests/Entity/CommentDisplayTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping. --- tests/Entity/CommentDisplayTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Entity/CommentDisplayTest.php b/tests/Entity/CommentDisplayTest.php index 4e9640bae..22e96c250 100644 --- a/tests/Entity/CommentDisplayTest.php +++ b/tests/Entity/CommentDisplayTest.php @@ -1,6 +1,6 @@