Skip to content

Commit

Permalink
Attempt forcing composer reload always.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Sep 2, 2024
1 parent 75e3e3e commit 7b64894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

class TestCase extends Orchestra
{
protected $enablesPackageDiscoveries = true;

public static $configValues = [];

protected function setUp(): void
Expand Down Expand Up @@ -155,6 +157,8 @@ protected function cleanSlate()
File::deleteDirectory(app_path('Models'));

DomainCache::clear();

$this->composerReload();
}

protected function setupTestApplication()
Expand Down

0 comments on commit 7b64894

Please sign in to comment.