From 0a2c248e6b7b682482b1d86e6e67f7f85dc8e58a Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Fri, 24 Jun 2016 18:43:35 +1200 Subject: [PATCH] ReportTest needs the database ReportTest needs the database, if run in isolation these tests will fail. --- tests/ReportTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ReportTest.php b/tests/ReportTest.php index 7a3b00f1..adaad00d 100644 --- a/tests/ReportTest.php +++ b/tests/ReportTest.php @@ -6,6 +6,7 @@ */ class ReportTest extends SapphireTest { + protected $usesDatabase = true; public function testGetReports() {