Skip to content

Commit 914cd73

Browse files
committed
Move tests.sqlite to tmp
1 parent 8431733 commit 914cd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app_local.example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'password' => 'secret',
7171
'database' => 'test_myapp',
7272
//'schema' => 'myapp',
73-
'url' => env('DATABASE_TEST_URL', 'sqlite://127.0.0.1/tests.sqlite'),
73+
'url' => env('DATABASE_TEST_URL', 'sqlite://127.0.0.1/tmp/tests.sqlite'),
7474
],
7575
],
7676

0 commit comments

Comments
 (0)