added it_upload_image_file_and_create_thumbnail

This commit is contained in:
Peter Papp
2021-02-27 14:40:44 +01:00
parent f55472442f
commit fdef2de99d
5 changed files with 69 additions and 52 deletions

View File

@@ -22,6 +22,8 @@ class SetupServiceTest extends TestCase
*/
public function it_create_system_folders()
{
Storage::fake('local');
$this->setup->create_directories();
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip'])