mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Fixed ComplexTableField test to not generate 404s when redirecting to homepage.
From: Sam Minnee <sam@silverstripe.com> git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88511 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9b4d9993a4
commit
557ec1e3b3
@ -6,6 +6,7 @@
|
|||||||
class ComplexTableFieldTest extends FunctionalTest {
|
class ComplexTableFieldTest extends FunctionalTest {
|
||||||
|
|
||||||
static $fixture_file = 'sapphire/tests/forms/ComplexTableFieldTest.yml';
|
static $fixture_file = 'sapphire/tests/forms/ComplexTableFieldTest.yml';
|
||||||
|
static $use_draft_site = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An instance of {@link Controller} used for
|
* An instance of {@link Controller} used for
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
SiteTree:
|
||||||
|
home:
|
||||||
|
Title: Home
|
||||||
|
URLSegment: home
|
||||||
ComplexTableFieldTest_Player:
|
ComplexTableFieldTest_Player:
|
||||||
p1:
|
p1:
|
||||||
Name: Joe Bloggs
|
Name: Joe Bloggs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user