1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 18:35:56 +02:00

Boot app explicitly to run seeds in time

This commit is contained in:
Franz Liedke
2020-05-21 22:36:52 +02:00
committed by Alexander Skvortsov
parent cacc8b4945
commit 008ec95505
6 changed files with 17 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ class UserTest extends TestCase
['key' => 'display_name_driver', 'value' => 'custom'],
]
]);
$this->app();
}
protected function registerTestPreference()