]> BookStack Code Mirror - bookstack/commitdiff
CommentDisplayTest correct namespace 5668/head
authorbumperbox <redacted>
Sun, 22 Jun 2025 21:31:39 +0000 (09:31 +1200)
committerGitHub <redacted>
Sun, 22 Jun 2025 21:31:39 +0000 (09:31 +1200)
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

index 4e9640baeed1ae16d8dd948cc03a8ef89de6e4d6..22e96c250b9f6623d2ad13a76fbe8393e2bd2129 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Entity;
+namespace Tests\Entity;
 
 use BookStack\Activity\ActivityType;
 use BookStack\Activity\Models\Comment;