mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixing broken test in pgsql
This commit is contained in:
parent
151abde17d
commit
521d436b45
@ -17,6 +17,7 @@ class GridFieldExportButtonTest extends SapphireTest {
|
||||
parent::setUp();
|
||||
|
||||
$this->list = new DataList('GridFieldExportButtonTest_Team');
|
||||
$this->list->sort('Name');
|
||||
$config = GridFieldConfig::create()->addComponent(new GridFieldExportButton());
|
||||
$this->gridField = new GridField('testfield', 'testfield', $this->list, $config);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user