mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
ReportTest needs the database
ReportTest needs the database, if run in isolation these tests will fail.
This commit is contained in:
parent
1890c208e3
commit
0a2c248e6b
@ -6,6 +6,7 @@
|
||||
*/
|
||||
class ReportTest extends SapphireTest
|
||||
{
|
||||
protected $usesDatabase = true;
|
||||
|
||||
public function testGetReports()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user