Skip to content

Commit

Permalink
fix: move test resource out of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhorlyck committed Oct 16, 2023
1 parent 30f73c0 commit 00a2c4d
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 00a2c4d

Please sign in to comment.