wiki.techinc.nl/tests/phpunit/includes/page
Vedmaka dd6b94024c Re-apply: Factors out permissions check from User into PermissionManager service
Was reverted by I549810a4cd2e424cc4a438887d2f24614a24cc00 due to
T224607.

Original change by  Vedmaka Wakalaka was
Ia0d840b772ea5f20c9594ce151cc57adc270e48b.

Original commit message:

The following methods should are factored out of the User class into PermissionManager,
leaving only deprecated stubs:

- User::isAllowed -> PermissionManager::userHasRight
- User::getRights -> PermissionManager::getUserPermissions
- User::groupHasPermission -> PermissionManager::groupHasPermission
- User::getGroupPermissions -> PermissionManager::getGroupPermissions
 -User::getGroupsWithPermission -> PermissionManager::getGroupsWithPermission
- User::groupHasPermission -> PermissionManager::groupHasPermission
- User::isEveryoneAllowed -> PermissionManager::isEveryoneAllowed
- User::getAllRights -> PermissionManager::getAllPermissions

Depends-On: I7909e9bd6bbfbd708c0a00b861a9b22a38c6665d

Bug: T218558
Bug: T223294
Change-Id: I8899240378f636ea70f447616710516c0a3c5c31
2019-06-28 13:19:38 -07:00
..
ArticleTablesTest.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
ArticleTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
ArticleViewTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
ImagePage404Test.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
ImagePageTest.php Display translatable images in wiki language on image pages 2019-02-04 15:57:37 -08:00
PageArchiveMcrTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
PageArchivePreMcrTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
PageArchiveTestBase.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
WikiCategoryPageTest.php Add a way to exclude categories from Special:UnusedCategories 2018-11-16 13:32:27 +00:00
WikiPageDbTestBase.php Re-apply: Factors out permissions check from User into PermissionManager service 2019-06-28 13:19:38 -07:00
WikiPageMcrDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiPageMcrReadNewDbTest.php [MCR] Introduce SlotRoleHandler and SlotRoleRegistry 2018-11-30 12:29:05 -08:00
WikiPageMcrWriteBothDbTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
WikiPageNoContentModelDbTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
WikiPagePreMcrDbTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00