MINOR Fixed broken test

This commit is contained in:
Sean Harvey 2010-05-11 03:39:12 +00:00
parent f4c2e7760c
commit 028a258910

View File

@ -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();