mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 09:05:49 +00:00
MINOR tests updated to reflect API change in r56597
This commit is contained in:
parent
295cd5077e
commit
0f2bfb2cc5
@ -31,8 +31,7 @@ class MultiFormTest extends SapphireTest {
|
|||||||
* in our tests by assigning $this->session
|
* in our tests by assigning $this->session
|
||||||
*/
|
*/
|
||||||
function setUp() {
|
function setUp() {
|
||||||
$this->form = new MultiFormTestClass(new Controller(), 'Form', new FieldSet(), new FieldSet());
|
$this->form = new MultiFormTestClass(new Controller(), 'Form');
|
||||||
$this->form->init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user