Added $usesDatabase = true to CommentAdminTest

This commit is contained in:
Janne Klouman 2016-07-05 10:26:08 +02:00 committed by GitHub
parent 821a6dc383
commit b34a41e828
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
class CommentAdminTest extends SapphireTest
{
protected $usesDatabase = true;
public function testProvidePermissions()
{
$commentAdmin = new CommentAdmin();