Merge "Use setGroupPermissions instead of mergeMwGlobalArrayValue"

This commit is contained in:
jenkins-bot 2024-03-21 20:29:59 +00:00 committed by Gerrit Code Review
commit 3da20a00ae

View file

@ -94,7 +94,7 @@ class ApiCoreThankIntegrationTest extends ApiTestCase {
} }
public function testLogThanksForADeletedLogEntry() { public function testLogThanksForADeletedLogEntry() {
$this->mergeMwGlobalArrayValue( 'wgGroupPermissions', [ $this->setGroupPermissions( [
'logdeleter' => [ 'logdeleter' => [
'read' => true, 'read' => true,
'writeapi' => true, 'writeapi' => true,