]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c4839c7
)
CommentDisplayTest correct namespace
5668/head
author
bumperbox
<redacted>
Sun, 22 Jun 2025 21:31:39 +0000
(09:31 +1200)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/tests/Entity/CommentDisplayTest.php
b/tests/Entity/CommentDisplayTest.php
index 4e9640baeed1ae16d8dd948cc03a8ef89de6e4d6..22e96c250b9f6623d2ad13a76fbe8393e2bd2129 100644
(file)
--- a/
tests/Entity/CommentDisplayTest.php
+++ b/
tests/Entity/CommentDisplayTest.php
@@
-1,6
+1,6
@@
<?php
-namespace Entity;
+namespace
Tests\
Entity;
use BookStack\Activity\ActivityType;
use BookStack\Activity\Models\Comment;