From b34a41e82872218dd3f08b9659e9357b06394fd6 Mon Sep 17 00:00:00 2001 From: Janne Klouman Date: Tue, 5 Jul 2016 10:26:08 +0200 Subject: [PATCH] Added $usesDatabase = true to CommentAdminTest --- tests/CommentAdminTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/CommentAdminTest.php b/tests/CommentAdminTest.php index 2790f58..b357fe0 100644 --- a/tests/CommentAdminTest.php +++ b/tests/CommentAdminTest.php @@ -2,6 +2,9 @@ class CommentAdminTest extends SapphireTest { + + protected $usesDatabase = true; + public function testProvidePermissions() { $commentAdmin = new CommentAdmin();