Skip to content

Commit

Permalink
Update optimize hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 18, 2024
1 parent ce6e7e7 commit 3eed572
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Command/OptimizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 3eed572

Please sign in to comment.