Issue #3283235 by TR: Fix a comment typo in FileFieldWidgetTest

merge-requests/3695/head
Alex Pott 2022-06-19 18:16:03 +01:00
parent a28c9b38cb
commit ba7508a542
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,9 @@ class FileFieldWidgetTest extends WebDriverTestBase {
}
/**
* 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;