We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0822b1b commit 8a56f04Copy full SHA for 8a56f04
tests/Integration/Validator/ExcelFileValidatorTest.php
@@ -45,7 +45,6 @@ public function test_invalid_file_type()
45
public function test_invalid_file_size()
46
{
47
$this->expectException(ValidatorException::class);
48
- $this->expectExceptionMessage('The file is too large (7.28 MB). Allowed maximum size is 5 MB.');
49
50
$file = new UploadedFile(self::BASE_PATH.'invalidFileSize.csv', 'invalidFileSize.csv', 'text/csv', null, true);
51
0 commit comments