We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64009eb commit 612fcb6Copy full SHA for 612fcb6
tests/Feature/Wizard/CompaniesTest.php
@@ -36,7 +36,7 @@ public function getRequest()
36
'financial_start' => '01-04',
37
'address' => $this->faker->address,
38
'tax_number' => $this->faker->randomNumber(9),
39
- 'logo' => UploadedFile::fake()->image('akaunting-logo.jpg'),
+ //'logo' => UploadedFile::fake()->image('akaunting-logo.jpg'),
40
];
41
}
42
0 commit comments