Verified Commit 1d277cec authored by Alex Pott's avatar Alex Pott
Browse files

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

(cherry picked from commit ba7508a5)
parent 9b485ec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;