mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: fixed spelling mistake (related to 99491)
This commit is contained in:
parent
6f720fd30d
commit
3c638d27fc
@ -13,7 +13,7 @@ class UserDefinedFormEditorTest extends FunctionalTest {
|
|||||||
|
|
||||||
function setUp() {
|
function setUp() {
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
$this->logInWithPermssion('ADMIN');
|
$this->logInWithPermission('ADMIN');
|
||||||
|
|
||||||
$this->form = new UserDefinedForm();
|
$this->form = new UserDefinedForm();
|
||||||
$this->form->write();
|
$this->form->write();
|
||||||
|
Loading…
Reference in New Issue
Block a user