1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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

@@ -41,6 +41,8 @@ class PolicyTest extends TestCase
['id' => 1, 'discussion_id' => 1, 'created_at' => Carbon::now()->toDateTimeString(), 'user_id' => 1, 'type' => 'comment', 'content' => '<t><p>a normal reply - too-obscure</p></t>'],
]
]);
$this->app();
}
/**