Skip to content

Commit

Permalink
Restore manual composer reset
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 16, 2024
1 parent 96a39fe commit 56f837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/InstallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
unlink(config_path('ddd.php'));

// Reset composer back to the factory state
// $this->setAutoloadPathInComposer('Domain', 'src/Domain', reload: true);
$this->setAutoloadPathInComposer('Domain', 'src/Domain', reload: true);
})->with([
['src/Domain', 'Domain'],
['src/Domains', 'Domains'],
Expand Down

0 comments on commit 56f837c

Please sign in to comment.