Loading core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -184,9 +184,9 @@ public function testSingleValuedWidget() { } /** * Tests uploading more files then allowed at once. * Tests uploading more files than allowed at once. */ public function testUploadingMoreFilesThenAllowed() { public function testUploadingMoreFilesThanAllowed() { $type_name = 'article'; $field_name = 'test_file_field_1'; $cardinality = 2; Loading Loading
core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php +2 −2 Original line number Diff line number Diff line Loading @@ -184,9 +184,9 @@ public function testSingleValuedWidget() { } /** * Tests uploading more files then allowed at once. * Tests uploading more files than allowed at once. */ public function testUploadingMoreFilesThenAllowed() { public function testUploadingMoreFilesThanAllowed() { $type_name = 'article'; $field_name = 'test_file_field_1'; $cardinality = 2; Loading