mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
FIX Use test database in GridFieldAction test class
This commit is contained in:
parent
07586d7579
commit
d1b947afbe
@ -17,6 +17,8 @@ use SilverStripe\ORM\DataObject;
|
||||
|
||||
class CommentsGridFieldActionTest extends SapphireTest
|
||||
{
|
||||
protected $usesDatabase = true;
|
||||
|
||||
/** @var ArrayList */
|
||||
protected $list;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user