team invitation notification with broadcasting

This commit is contained in:
Čarodej
2022-03-10 16:23:13 +01:00
parent 64e80d387b
commit 9ae2d54a5e
50 changed files with 331 additions and 201 deletions

View File

@@ -386,12 +386,11 @@ class FileTest extends TestCase
});
}
/**
* @test
*/
/**
* @test
*/
public function it_store_file_exif_data_after_file_upload()
{
$file = UploadedFile::fake()
->image('fake-image.jpg', 2000, 2000);
@@ -417,5 +416,4 @@ class FileTest extends TestCase
'width' => 2000,
]);
}
}