Skip to content

Commit

Permalink
Fixed tests initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 12, 2024
1 parent 09bcf3b commit 7e0a6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ protected function setUp(): void
protected function getPackageProviders($app): array
{
return [
ConfigServiceProvider::class,
LocalesServiceProvider::class,
PublisherServiceProvider::class,
PluginServiceProvider::class,
ConfigServiceProvider::class,
];
}

Expand Down

0 comments on commit 7e0a6ea

Please sign in to comment.