Issue #3283235 by TR: Fix a comment typo in FileFieldWidgetTest
parent
a28c9b38cb
commit
ba7508a542
|
@ -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';
|
$type_name = 'article';
|
||||||
$field_name = 'test_file_field_1';
|
$field_name = 'test_file_field_1';
|
||||||
$cardinality = 2;
|
$cardinality = 2;
|
||||||
|
|
Loading…
Reference in New Issue