mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #34 from mikenz/patch-1
ReportTest needs the database
This commit is contained in:
commit
6c31b23b2d
@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
class ReportTest extends SapphireTest
|
class ReportTest extends SapphireTest
|
||||||
{
|
{
|
||||||
|
protected $usesDatabase = true;
|
||||||
|
|
||||||
public function testGetReports()
|
public function testGetReports()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user