Skip to content

Commit

Permalink
Update CacheTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 1, 2024
1 parent 7da6f93 commit a190a2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/CacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

use Illuminate\Support\Facades\Cache;

beforeEach(function () {
config('cache.default', 'array');
});

it('can detect when something gets cached', function () {
ray()->showCache();

Expand Down

0 comments on commit a190a2d

Please sign in to comment.