diff options
Diffstat (limited to 'tests/phpunit/includes/user/UserTest.php')
-rw-r--r-- | tests/phpunit/includes/user/UserTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/user/UserTest.php b/tests/phpunit/includes/user/UserTest.php index 62e8e2364d62..f48385d17ab6 100644 --- a/tests/phpunit/includes/user/UserTest.php +++ b/tests/phpunit/includes/user/UserTest.php @@ -105,6 +105,7 @@ class UserTest extends MediaWikiTestCase { } /** + * TODO: Remove. This is the same as PermissionManagerTest::testGetUserPermissions * @covers User::getRights */ public function testUserPermissions() { @@ -116,6 +117,7 @@ class UserTest extends MediaWikiTestCase { } /** + * TODO: Remove. This is the same as PermissionManagerTest::testGetUserPermissionsHooks * @covers User::getRights */ public function testUserGetRightsHooks() { |