From 5dc5bbc9084394404962d2305889ed0da0bb9988 Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Fri, 20 Oct 2017 16:37:30 -0300 Subject: [PATCH] Fixed paths to yaml fixture files in unit tests --- tests/forms/GridFieldSortableRowsAutoSortTest.php | 2 +- tests/forms/GridFieldSortableRowsPageTest.php | 2 +- tests/forms/GridFieldSortableRowsTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/forms/GridFieldSortableRowsAutoSortTest.php b/tests/forms/GridFieldSortableRowsAutoSortTest.php index e6d6a89..d2ac3a9 100644 --- a/tests/forms/GridFieldSortableRowsAutoSortTest.php +++ b/tests/forms/GridFieldSortableRowsAutoSortTest.php @@ -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( diff --git a/tests/forms/GridFieldSortableRowsPageTest.php b/tests/forms/GridFieldSortableRowsPageTest.php index 2a43970..d5a6175 100644 --- a/tests/forms/GridFieldSortableRowsPageTest.php +++ b/tests/forms/GridFieldSortableRowsPageTest.php @@ -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( diff --git a/tests/forms/GridFieldSortableRowsTest.php b/tests/forms/GridFieldSortableRowsTest.php index 78f30fb..efbbad6 100644 --- a/tests/forms/GridFieldSortableRowsTest.php +++ b/tests/forms/GridFieldSortableRowsTest.php @@ -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(