mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -103,11 +103,6 @@ class FileTest extends TestCase
|
||||
*/
|
||||
public function user_with_full_storage_capacity_try_to_upload_new_file()
|
||||
{
|
||||
Setting::create([
|
||||
'name' => 'storage_limitation',
|
||||
'value' => 1,
|
||||
]);
|
||||
|
||||
$file = UploadedFile::fake()
|
||||
->image('fake-file.jpeg', 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user