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:
committed by
Alexander Skvortsov
parent
cacc8b4945
commit
008ec95505
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user