mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Disable all tests that may need some work in 4.8.0
This commit is contained in:
@@ -102,7 +102,7 @@ class AttachmentHelperTest extends TestCase
|
||||
|
||||
$this->assertCount(0, $errors);
|
||||
$this->assertCount(1, $messages);
|
||||
$this->assertEquals('Succesfully uploaded file "apple-touch-icon.png".', $messages->first());
|
||||
$this->assertEquals('Successfully uploaded file "apple-touch-icon.png".', $messages->first());
|
||||
|
||||
// Assert the file was stored...
|
||||
Storage::disk('upload')->assertExists(sprintf('at-%d.data', $attachments->first()->id));
|
||||
|
||||
Reference in New Issue
Block a user