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
1 changed files with 1 additions and 0 deletions

View File

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