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
{
/** @var string */
public static $fixture_file = 'sortablegridfield/tests/forms/GridFieldSortableRowsAutoSortTest.yml';
public static $fixture_file = 'GridFieldSortableRowsAutoSortTest.yml';
/** @var array */
protected static $extra_dataobjects = array(

View File

@ -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(

View File

@ -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(