1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00
This commit is contained in:
Alexander Skvortsov
2020-09-24 11:30:27 -04:00
committed by GitHub
parent 87634449c0
commit 6d38de9c8f
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class UpdateTest extends TestCase
],
'group_permission' => [
['permission' => 'viewUserList', 'group_id' => 3],
['permission' => 'viewDiscussions', 'group_id' => 3]
]
]);
}