mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
MINOR Fixed broken test
This commit is contained in:
parent
7ab8dc822b
commit
f4c2e7760c
@ -72,7 +72,7 @@ class Page3PersonalDetailsFormStep extends MultiFormStep {
|
|||||||
|
|
||||||
class Page3OrganisationDetailsFormStep extends MultiFormStep {
|
class Page3OrganisationDetailsFormStep extends MultiFormStep {
|
||||||
|
|
||||||
protected static $is_final_step = true;
|
public static $is_final_step = true;
|
||||||
|
|
||||||
function getFields() {
|
function getFields() {
|
||||||
return new FieldSet(
|
return new FieldSet(
|
||||||
|
Loading…
Reference in New Issue
Block a user