Fix(test) clean up format to make linter happy

This commit is contained in:
Stephen McMahon 2018-07-06 09:28:16 +10:00
parent a3a2c3d286
commit ed1e9858af
1 changed files with 1 additions and 1 deletions

View File

@ -292,8 +292,8 @@ class UserDefinedFormControllerTest extends FunctionalTest
$this->assertArrayNotHasKey(0, $parser->getBySelector('form#UserForm_Form_' . $form->ID));
// check for the input
$this->assertArrayNotHasKey(0, $parser->getBySelector('input.text'));
}
/**
* Publish a form for use on the frontend
*