mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Fix(test) clean up format to make linter happy
This commit is contained in:
parent
a3a2c3d286
commit
ed1e9858af
@ -292,8 +292,8 @@ class UserDefinedFormControllerTest extends FunctionalTest
|
|||||||
$this->assertArrayNotHasKey(0, $parser->getBySelector('form#UserForm_Form_' . $form->ID));
|
$this->assertArrayNotHasKey(0, $parser->getBySelector('form#UserForm_Form_' . $form->ID));
|
||||||
// check for the input
|
// check for the input
|
||||||
$this->assertArrayNotHasKey(0, $parser->getBySelector('input.text'));
|
$this->assertArrayNotHasKey(0, $parser->getBySelector('input.text'));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Publish a form for use on the frontend
|
* Publish a form for use on the frontend
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user