mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Add Team stub class to extra_dataobjects
This commit is contained in:
parent
52b8ea9104
commit
4e23771d79
@ -25,6 +25,7 @@ class CommentsGridFieldActionTest extends SapphireTest
|
|||||||
|
|
||||||
protected static $extra_dataobjects = [
|
protected static $extra_dataobjects = [
|
||||||
CommentableItem::class,
|
CommentableItem::class,
|
||||||
|
Team::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var ArrayList */
|
/** @var ArrayList */
|
||||||
|
Loading…
Reference in New Issue
Block a user