mirror of
https://github.com/flarum/framework.git
synced 2025-02-12 16:37:31 +08:00
NotificationTest: Rely on adminUser from installation
This commit is contained in:
parent
88ef99b13c
commit
60eb89e152
|
@ -144,7 +144,6 @@ class NotificationTest extends TestCase
|
||||||
|
|
||||||
$this->prepareDatabase([
|
$this->prepareDatabase([
|
||||||
'users' => [
|
'users' => [
|
||||||
$this->adminUser(),
|
|
||||||
$this->normalUser(),
|
$this->normalUser(),
|
||||||
['id' => 3, 'username' => 'hani']
|
['id' => 3, 'username' => 'hani']
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user