Fixed paths to yaml fixture files in unit tests

This commit is contained in:
UndefinedOffset 2017-10-20 16:37:30 -03:00
parent d3fd38e54c
commit 5dc5bbc908
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ use UndefinedOffset\SortableGridField\Forms\GridFieldSortableRows;
class GridFieldSortableRowsAutoSortTest extends SapphireTest class GridFieldSortableRowsAutoSortTest extends SapphireTest
{ {
/** @var string */ /** @var string */
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsAutoSortTest.yml'; public static $fixture_file = 'GridFieldSortableRowsAutoSortTest.yml';
/** @var array */ /** @var array */
protected static $extra_dataobjects = array( protected static $extra_dataobjects = array(

View File

@ -34,7 +34,7 @@ class GridFieldSortableRowsPageTest extends SapphireTest
protected $form; protected $form;
/** @var string */ /** @var string */
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsPageTest.yml'; public static $fixture_file = 'GridFieldSortableRowsPageTest.yml';
/** @var array */ /** @var array */
protected static $extra_dataobjects = array( protected static $extra_dataobjects = array(

View File

@ -30,7 +30,7 @@ class GridFieldSortableRowsTest extends SapphireTest
protected $form; protected $form;
/** @var string */ /** @var string */
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsTest.yml'; public static $fixture_file = 'GridFieldSortableRowsTest.yml';
/** @var array */ /** @var array */
protected static $extra_dataobjects = array( protected static $extra_dataobjects = array(