From 3eed572dc86e9fd166b61b990e4608be30403695 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Sun, 17 Nov 2024 20:21:37 -0500 Subject: [PATCH] Update optimize hooks --- tests/Command/OptimizeTest.php | 3 --- 1 file changed, 3 deletions(-) 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 () {