Skip to content

Commit

Permalink
Fixed paths to yaml fixture files in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Oct 20, 2017
1 parent d3fd38e commit 5dc5bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/forms/GridFieldSortableRowsAutoSortTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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(
Expand Down
2 changes: 1 addition & 1 deletion tests/forms/GridFieldSortableRowsPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion tests/forms/GridFieldSortableRowsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5dc5bbc

Please sign in to comment.