Skip to content

Commit

Permalink
Tests (#12)
Browse files Browse the repository at this point in the history
* feat: add architecture test

---------

Co-authored-by: emilhorlyck <[email protected]>
  • Loading branch information
emilhorlyck and emilhorlyck authored Oct 17, 2023
1 parent cde4823 commit 2feac46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot(): void
}

$this->publishes([
__DIR__.'/../tests/ArchTest.php' => config_path('../tests/Feature/Pareto/ArchTest.php'),
__DIR__.'/Resources/ArchTest.php' => config_path('../tests/Feature/Pareto/ArchTest.php'),
], 'Laravel-pareto-tests');
}
}

0 comments on commit 2feac46

Please sign in to comment.