EditPage: Migrate Title::userCan() calls to PermissionManager
authorMáté Szabó <mszabo@wikia-inc.com>
Sat, 18 May 2019 16:31:55 +0000 (18:31 +0200)
committerMáté Szabó <mszabo@wikia-inc.com>
Sat, 18 May 2019 18:49:21 +0000 (20:49 +0200)
commitb537e44c4ea80c06e969f94a77377ea7e3626084
treef2191a7a707fae62c417d359d7deef813d019c3c
parentbfb8f5c9d3d2046271c027401e31c9645ad792cd
EditPage: Migrate Title::userCan() calls to PermissionManager

T208768 introduced the PermissionManager service that can now be used
for page specific permission checks. This change replaces calls to
Title::userCan() with the new service in the EditPage class.

Bug: T220191
Change-Id: I835d68d6c47785cf35386bca0431907fee87f0c1
includes/EditPage.php
tests/phpunit/includes/EditPageTest.php