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
f4c2e7760c
commit
028a258910
@ -51,7 +51,7 @@ class TestMultiFormStepTwo extends MultiFormStep {
|
||||
|
||||
|
||||
class TestMultiFormStepThree extends MultiFormStep {
|
||||
protected static $is_final_step = true;
|
||||
public static $is_final_step = true;
|
||||
|
||||
function getFields() {
|
||||
$form = $this->getForm();
|
||||
|
Loading…
Reference in New Issue
Block a user