diff --git a/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php b/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php index 1fc16b7200e..c6571ec1e62 100644 --- a/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php +++ b/packages/framework/tests/Unit/InteractivePublishCommandHelperTest.php @@ -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); }