FIX Tests need the DB

This commit is contained in:
Daniel Hensby 2016-06-09 14:25:01 +01:00
parent 68c4040299
commit 3bb32eb013
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
*/
class ReportTest extends SapphireTest {
protected $usesDatabase = true;
public function testGetReports() {
$reports = SS_Report::get_reports();
$this->assertNotNull($reports, "Reports returned");