@@ -75,7 +75,7 @@ public function testFormOpenBasic(): void
7575 $ this ->assertSame ($ expected , form_open ('foo/bar ' , $ attributes ));
7676 }
7777
78- public function testFormOpenBasicWithCSRF (): void
78+ public function testFormOpenBasicWithCsrf (): void
7979 {
8080 $ this ->setRequest ();
8181 $ this ->setCsrfFilter ();
@@ -128,7 +128,7 @@ public function testFormOpenWithoutAction(): void
128128 $ this ->assertSame ($ expected , form_open ('' , $ attributes ));
129129 }
130130
131- public function testFormOpenWithoutActionWithCSRF (): void
131+ public function testFormOpenWithoutActionWithCsrf (): void
132132 {
133133 $ this ->setRequest ();
134134 $ this ->setCsrfFilter ();
@@ -163,7 +163,7 @@ public function testFormOpenWithoutMethod(): void
163163 $ this ->assertSame ($ expected , form_open ('foo/bar ' , $ attributes ));
164164 }
165165
166- public function testFormOpenWithoutMethodWithCSRF (): void
166+ public function testFormOpenWithoutMethodWithCsrf (): void
167167 {
168168 $ this ->setRequest ();
169169 $ this ->setCsrfFilter ();
@@ -202,7 +202,7 @@ public function testFormOpenWithHidden(): void
202202 $ this ->assertSame ($ expected , form_open ('foo/bar ' , $ attributes , $ hidden ));
203203 }
204204
205- public function testFormOpenWithHiddenWithCSRF (): void
205+ public function testFormOpenWithHiddenWithCsrf (): void
206206 {
207207 $ this ->setRequest ();
208208 $ this ->setCsrfFilter ();
@@ -246,7 +246,7 @@ public function testFormOpenMultipart(): void
246246 $ this ->assertSame ($ expected , form_open_multipart ('foo/bar ' , $ attributesString ));
247247 }
248248
249- public function testFormOpenMultipartWithCSRF (): void
249+ public function testFormOpenMultipartWithCsrf (): void
250250 {
251251 $ this ->setRequest ();
252252 $ this ->setCsrfFilter ();
@@ -320,7 +320,7 @@ public function testFormInput(): void
320320 $ this ->assertSame ($ expected , form_input ($ data ));
321321 }
322322
323- public function testFormInputXHTML (): void
323+ public function testFormInputXhtml (): void
324324 {
325325 $ this ->disableHtml5 ();
326326
@@ -385,7 +385,7 @@ public function testFormUpload(): void
385385 $ this ->assertSame ($ expected , form_upload ('attachment ' ));
386386 }
387387
388- public function testFormUploadXHTML (): void
388+ public function testFormUploadXhtml (): void
389389 {
390390 $ this ->disableHtml5 ();
391391
@@ -721,7 +721,7 @@ public function testFormCheckbox(): void
721721 $ this ->assertSame ($ expected , form_checkbox ('newsletter ' , 'accept ' , true ));
722722 }
723723
724- public function testFormCheckboxXHTML (): void
724+ public function testFormCheckboxXhtml (): void
725725 {
726726 $ this ->disableHtml5 ();
727727
0 commit comments