1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +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

@@ -39,6 +39,8 @@ class ModelVisibilityTest extends TestCase
$this->normalUser(),
]
]);
$this->app();
}
/**