mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 02:57:45 +00:00
This should fix the travis builds.
This commit is contained in:
@@ -59,8 +59,13 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
|
||||
// move .env file over?
|
||||
if (!file_exists($copy)) {
|
||||
touch($original);
|
||||
Artisan::call('migrate', ['--seed' => true]);
|
||||
|
||||
// maybe original does?
|
||||
if (!file_exists($original)) {
|
||||
touch($original);
|
||||
Artisan::call('migrate', ['--seed' => true]);
|
||||
}
|
||||
|
||||
copy($original, $copy);
|
||||
} else {
|
||||
if (file_exists($copy)) {
|
||||
|
Reference in New Issue
Block a user