Skip to content

Commit

Permalink
remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 8, 2023
1 parent 3a2868a commit 5ffb92d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/ResponsiveImages/ResponsiveImageGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5ffb92d

Please sign in to comment.