medialibrary-helper/tests/Pest.php

8 lines
263 B
PHP
Raw Normal View History

2023-03-07 15:31:24 +01:00
<?php
use Illuminate\Support\Facades\Storage;
uses(Zoomyboy\MedialibraryHelper\Tests\TestCase::class)->in('Feature');
uses(Illuminate\Foundation\Testing\RefreshDatabase::class)->in('Feature');
uses()->beforeEach(fn () => Storage::fake('media'))->in('Feature');