Skip to content

Commit

Permalink
Remove autoload run test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 17, 2024
1 parent 0ff126b commit 9e3a6ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Support/AutoloaderTest.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
<?php

use Lunarstorm\LaravelDDD\Facades\Autoload;
use Lunarstorm\LaravelDDD\Support\AutoloadManager;

beforeEach(function () {
$this->setupTestApplication();
});

it('can run', function () {
Autoload::run();
})->throwsNoExceptions();

beforeEach(function () {
config([
'ddd.domain_path' => 'src/Domain',
Expand Down

0 comments on commit 9e3a6ec

Please sign in to comment.