Merge pull request #34 from mikenz/patch-1

ReportTest needs the database
This commit is contained in:
Will Rossiter 2016-06-24 19:36:37 +12:00 committed by GitHub
commit 6c31b23b2d

View File

@ -6,6 +6,7 @@
*/ */
class ReportTest extends SapphireTest class ReportTest extends SapphireTest
{ {
protected $usesDatabase = true;
public function testGetReports() public function testGetReports()
{ {