diff --git a/tests/Command/OptimizeTest.php b/tests/Command/OptimizeTest.php index 49ab16e..3ac6379 100644 --- a/tests/Command/OptimizeTest.php +++ b/tests/Command/OptimizeTest.php @@ -89,14 +89,11 @@ describe('laravel optimize', function () { beforeEach(function () { - $this->artisan('clear-compiled')->assertSuccessful()->execute(); $this->artisan('optimize:clear')->assertSuccessful()->execute(); }); afterEach(function () { - $this->artisan('clear-compiled')->assertSuccessful()->execute(); $this->artisan('optimize:clear')->assertSuccessful()->execute(); - $this->reloadApplication(); }); test('optimize will include ddd:optimize', function () {