mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Added $usesDatabase = true to CommentAdminTest
This commit is contained in:
parent
821a6dc383
commit
b34a41e828
@ -2,6 +2,9 @@
|
||||
|
||||
class CommentAdminTest extends SapphireTest
|
||||
{
|
||||
|
||||
protected $usesDatabase = true;
|
||||
|
||||
public function testProvidePermissions()
|
||||
{
|
||||
$commentAdmin = new CommentAdmin();
|
||||
|
Loading…
Reference in New Issue
Block a user