CommentDisplayTest correct namespace

Class Entity\CommentDisplayTest located in ./tests/Entity/CommentDisplayTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
This commit is contained in:
bumperbox
2025-06-23 09:31:39 +12:00
committed by GitHub
parent c4839c783a
commit 3476d83ecc

View File

@@ -1,6 +1,6 @@
<?php
namespace Entity;
namespace Tests\Entity;
use BookStack\Activity\ActivityType;
use BookStack\Activity\Models\Comment;