Skip to content

Commit

Permalink
Merge branch 'v11' of github.com:spatie/laravel-medialibrary into v11
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 11, 2023
2 parents 8fbef6c + 80fffab commit dfdc55f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/Image/ImageFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Spatie\Image\Drivers\Imagick\ImagickDriver;
use Spatie\MediaLibrary\Support\ImageFactory;

test('loading an image uses the correct driver', function () {
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function assertS3FileNotExists(string $filePath): void

function canTestS3(): bool
{
return !empty(getenv('AWS_ACCESS_KEY_ID'));
return ! empty(getenv('AWS_ACCESS_KEY_ID'));
}

function getS3BaseTestDirectory(): string
Expand Down

0 comments on commit dfdc55f

Please sign in to comment.