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 57b03da commit 36449d9Copy full SHA for 36449d9
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
laravel:
24
- 7.*
25
- 8.*
26
- prefer:
+ prefer:
27
- 'prefer-lowest'
28
- 'prefer-stable'
29
include:
tests/TestCase.php
@@ -64,7 +64,7 @@ public function getEnvironmentSetUp($app)
64
*/
65
protected function resetDatabase()
66
{
67
- file_put_contents(__DIR__.'/database.sqlite', null);
+ file_put_contents(__DIR__.'/database/database.sqlite', null);
68
}
69
70
/**
0 commit comments