Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 17, 2024
1 parent e18f7f8 commit b9755b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Factory/DomainFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
it('can instantiate a domain model factory', function ($domainParameter, $modelName, $modelClass) {
$this->setupTestApplication();

config()->set([
// $this->afterApplicationRefreshed(function () {
// app('ddd.autoloader')->boot();
// });

$this->refreshApplicationWithConfig([
'ddd.base_model' => 'Lunarstorm\LaravelDDD\Models\DomainModel',
'ddd.autoload.factories' => true,
]);
Expand Down

0 comments on commit b9755b9

Please sign in to comment.