Skip to content

Commit

Permalink
ENSITECH-74
Browse files Browse the repository at this point in the history
  • Loading branch information
MsNatali committed May 22, 2024
1 parent 4ec0b40 commit 0612bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

class TestCase extends Orchestra
{
protected function getPackageProviders($app)
protected function getPackageProviders($app): array
{
return [
LaravelInitialEventPropagationServiceProvider::class,
];
}

public function getEnvironmentSetUp($app)
public function getEnvironmentSetUp($app): void
{
config()->set('database.default', 'testing');
}
Expand Down

0 comments on commit 0612bca

Please sign in to comment.