ReportTest needs the database

ReportTest needs the database, if run in isolation these tests will fail.
This commit is contained in:
Mike Cochrane 2016-06-24 18:43:35 +12:00 committed by GitHub
parent 1890c208e3
commit 0a2c248e6b
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()
{