Fix unit tests
This commit is contained in:
parent
9e788e0fe8
commit
51780523b4
3 changed files with 5 additions and 5 deletions
|
|
@ -43,7 +43,6 @@ class ProcessMediaJobTest extends TestCase
|
|||
{
|
||||
$manager = app()->make(ImageManager::class);
|
||||
Storage::disk('local')->put('media/test-image.jpg', file_get_contents(__DIR__.'/../../test-image.jpg'));
|
||||
ray(Storage::disk('local')->get('media/test-image.jpg'));
|
||||
$job = new ProcessMedia('media/test-image.jpg');
|
||||
$job->handle($manager);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue