We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1efef commit f33675dCopy full SHA for f33675d
tests/Concerns/Database.php
@@ -24,7 +24,6 @@ protected function setDatabase($app): void
24
25
protected function freshDatabase(): void
26
{
27
- $this->refreshDatabase();
28
$this->loadMigrations();
29
30
$this->artisan('migrate')->run();
tests/TestCase.php
@@ -35,7 +35,7 @@ protected function getPackageProviders($app): array
35
return [ServiceProvider::class];
36
}
37
38
- protected function getEnvironmentSetUp($app)
+ protected function getEnvironmentSetUp($app): void
39
40
parent::getEnvironmentSetUp($app);
41
0 commit comments