Unverified Commit c1c5f346 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3218711 by paulocs, larowlan: Add a test case for when Maximum upload size is '300 0'

parent cfafb873
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ public function providerTestValidate(): array {
      [' 5.1 megabytes', FALSE],
      ['5.1 megabytes ', TRUE],
      [' 5.1 megabytes ', FALSE],
      ['300 0', FALSE],
    ];
  }