Skip to content

Commit

Permalink
Enable autoload flags with test app config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 14, 2024
1 parent a5aa30d commit e32230b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ protected function defineEnvironment($app)
'ddd.layers' => [
'Infrastructure' => 'src/Infrastructure',
],
'ddd.autoload' => [
'providers' => true,
'commands' => true,
'policies' => true,
'factories' => true,
'migrations' => true,
],
'ddd.autoload_ignore' => [
'Tests',
'Database/Migrations',
Expand Down

0 comments on commit e32230b

Please sign in to comment.