Skip to content

Commit 3476d83

Browse files
authored
CommentDisplayTest correct namespace
Class Entity\CommentDisplayTest located in ./tests/Entity/CommentDisplayTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
1 parent c4839c7 commit 3476d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Entity/CommentDisplayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Entity;
3+
namespace Tests\Entity;
44

55
use BookStack\Activity\ActivityType;
66
use BookStack\Activity\Models\Comment;

0 commit comments

Comments
 (0)