Skip to content

Commit

Permalink
Add composer reload hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 17, 2024
1 parent 565448b commit 32331db
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 @@ -36,6 +36,10 @@ protected function setUp(): void
});

parent::setUp();

if (in_array(BootsTestApplication::class, class_uses_recursive($this))) {
$this->composerReload();
}
}

protected function tearDown(): void
Expand Down

0 comments on commit 32331db

Please sign in to comment.