Skip to content

Commit

Permalink
Merge pull request #357 from Laravel-Lang/16.x
Browse files Browse the repository at this point in the history
Fixed tests initialization
  • Loading branch information
andrey-helldar authored Jun 12, 2024
2 parents 785db7e + 7e0a6ea commit 76b261d
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 76b261d

Please sign in to comment.