From ed1e9858af38d924dc9cd6132aa5f7b947b0f25e Mon Sep 17 00:00:00 2001 From: Stephen McMahon Date: Fri, 6 Jul 2018 09:28:16 +1000 Subject: [PATCH] Fix(test) clean up format to make linter happy --- tests/Control/UserDefinedFormControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/UserDefinedFormControllerTest.php b/tests/Control/UserDefinedFormControllerTest.php index 9e8c574..dc2bfd8 100644 --- a/tests/Control/UserDefinedFormControllerTest.php +++ b/tests/Control/UserDefinedFormControllerTest.php @@ -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 *