Skip to content

Commit

Permalink
Empty inputs not supported by File::sizeToBytes()
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Nov 5, 2024
1 parent d399f4e commit 441bdf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Filesystem/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function provideSizesForSizeToBytes()
['2G', '2147483648'], // PHP shorthand
['512M', '536870912'], // PHP shorthand
['256K', '262144'], // PHP shorthand
['', '0'], // Empty input should default to 0 or error based on your implementation
];
}

Expand Down

0 comments on commit 441bdf4

Please sign in to comment.