MINOR tests updated to reflect API change in r56597

This commit is contained in:
Sean Harvey 2008-06-19 10:32:15 +00:00
parent 295cd5077e
commit 0f2bfb2cc5

View File

@ -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');
}
/**