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();