Skip to content

Commit f33675d

Browse files
Fixed tests initialization
1 parent 1b1efef commit f33675d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/Concerns/Database.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ protected function setDatabase($app): void
2424

2525
protected function freshDatabase(): void
2626
{
27-
$this->refreshDatabase();
2827
$this->loadMigrations();
2928

3029
$this->artisan('migrate')->run();

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function getPackageProviders($app): array
3535
return [ServiceProvider::class];
3636
}
3737

38-
protected function getEnvironmentSetUp($app)
38+
protected function getEnvironmentSetUp($app): void
3939
{
4040
parent::getEnvironmentSetUp($app);
4141

0 commit comments

Comments
 (0)