Skip to content

Commit

Permalink
Clear config cache after test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 13, 2024
1 parent 17c4d6e commit 2d544c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Config/ManagerTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\File;
use Lunarstorm\LaravelDDD\Facades\DDD;

Expand All @@ -11,6 +12,7 @@

afterEach(function () {
$this->cleanSlate();
Artisan::call('config:clear');
});

it('can update and merge current config file with latest copy from package', function () {
Expand Down

0 comments on commit 2d544c2

Please sign in to comment.