Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 17, 2024
1 parent 21d8f4c commit 5352bdd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/Autoload/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@

DomainCache::clear();
Artisan::call('ddd:clear');

expect(config('ddd.autoload_ignore'))->toEqualCanonicalizing([
'Tests',
'Database/Migrations',
]);

foreach ($this->commands as $command) {
expect(class_exists($command))->toBeTrue("{$command} class does not exist");
}
});

afterEach(function () {
Expand Down

0 comments on commit 5352bdd

Please sign in to comment.