From 5ffb92dbe43e4d8c6f478e0f832d4320a34a419a Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 8 Dec 2023 15:01:56 +0100 Subject: [PATCH] remove unneeded test --- tests/ResponsiveImages/ResponsiveImageGeneratorTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/ResponsiveImages/ResponsiveImageGeneratorTest.php b/tests/ResponsiveImages/ResponsiveImageGeneratorTest.php index 1dbe205cd..e559ff5a4 100644 --- a/tests/ResponsiveImages/ResponsiveImageGeneratorTest.php +++ b/tests/ResponsiveImages/ResponsiveImageGeneratorTest.php @@ -47,15 +47,6 @@ expect($this->getTempDirectory("media/1/responsive-images/{$this->fileName}___thumb_50_41.jpg"))->toBeFile(); }); -test('its conversions can have responsive images and change format', function () { - $this->testModelWithResponsiveImages - ->addMedia($this->getTestPng()) - ->withResponsiveImages() - ->toMediaCollection(); - - expect($this->getTempDirectory("media/1/responsive-images/{$this->fileName}___pngtojpg_700_883.jpg"))->toBeFile(); -}); - it('triggers an event when the responsive images are generated', function () { Event::fake(ResponsiveImagesGenerated::class);