From 0f2bfb2cc5268777c0af9991924e6424e6a4c587 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 19 Jun 2008 10:32:15 +0000 Subject: [PATCH] MINOR tests updated to reflect API change in r56597 --- tests/MultiFormTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/MultiFormTest.php b/tests/MultiFormTest.php index 517321e..fc574c8 100644 --- a/tests/MultiFormTest.php +++ b/tests/MultiFormTest.php @@ -31,8 +31,7 @@ class MultiFormTest extends SapphireTest { * in our tests by assigning $this->session */ function setUp() { - $this->form = new MultiFormTestClass(new Controller(), 'Form', new FieldSet(), new FieldSet()); - $this->form->init(); + $this->form = new MultiFormTestClass(new Controller(), 'Form'); } /**