mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Fixed paths to yaml fixture files in unit tests
This commit is contained in:
parent
d3fd38e54c
commit
5dc5bbc908
@ -27,7 +27,7 @@ use UndefinedOffset\SortableGridField\Forms\GridFieldSortableRows;
|
||||
class GridFieldSortableRowsAutoSortTest extends SapphireTest
|
||||
{
|
||||
/** @var string */
|
||||
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsAutoSortTest.yml';
|
||||
public static $fixture_file = 'GridFieldSortableRowsAutoSortTest.yml';
|
||||
|
||||
/** @var array */
|
||||
protected static $extra_dataobjects = array(
|
||||
|
@ -34,7 +34,7 @@ class GridFieldSortableRowsPageTest extends SapphireTest
|
||||
protected $form;
|
||||
|
||||
/** @var string */
|
||||
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsPageTest.yml';
|
||||
public static $fixture_file = 'GridFieldSortableRowsPageTest.yml';
|
||||
|
||||
/** @var array */
|
||||
protected static $extra_dataobjects = array(
|
||||
|
@ -30,7 +30,7 @@ class GridFieldSortableRowsTest extends SapphireTest
|
||||
protected $form;
|
||||
|
||||
/** @var string */
|
||||
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsTest.yml';
|
||||
public static $fixture_file = 'GridFieldSortableRowsTest.yml';
|
||||
|
||||
/** @var array */
|
||||
protected static $extra_dataobjects = array(
|
||||
|
Loading…
Reference in New Issue
Block a user