Loading core/tests/Drupal/Tests/Component/Utility/BytesTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ public function providerTestValidate(): array { [' 5.1 megabytes', FALSE], ['5.1 megabytes ', TRUE], [' 5.1 megabytes ', FALSE], ['300 0', FALSE], ]; } Loading Loading
core/tests/Drupal/Tests/Component/Utility/BytesTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ public function providerTestValidate(): array { [' 5.1 megabytes', FALSE], ['5.1 megabytes ', TRUE], [' 5.1 megabytes ', FALSE], ['300 0', FALSE], ]; } Loading