mirror of
https://github.com/flarum/core.git
synced 2025-07-10 11:26:24 +02:00
NotificationTest: Rely on adminUser from installation
This commit is contained in:
@ -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']
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user