Skip to content

Commit

Permalink
Swap
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 22, 2024
1 parent 843edf2 commit c0ced6b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ protected function tearDown(): void
$this->verifyMockeryExpectations();

Container::setInstance($this->originalApp);
Facade::clearResolvedInstances();

File::swap(null);
Blade::swap(null);
Facade::setFacadeApplication(null);
}

Expand Down

0 comments on commit c0ced6b

Please sign in to comment.