mirror of
https://github.com/flarum/core.git
synced 2025-08-11 02:44:04 +02:00
Tests: Rely on admin user, groups, permissions from test setup script
This commit is contained in:
committed by
Alexander Skvortsov
parent
a47187462d
commit
a08fd3e475
@@ -56,8 +56,8 @@ $pipeline = $installation
|
||||
)
|
||||
->adminUser(new AdminUser(
|
||||
'admin',
|
||||
'secret',
|
||||
'admin@flarum.email'
|
||||
'password',
|
||||
'admin@machine.local'
|
||||
))
|
||||
->settings(['mail_driver' => 'log'])
|
||||
->build();
|
||||
|
Reference in New Issue
Block a user