Merge "Drop setId call"

This commit is contained in:
jenkins-bot 2022-03-22 20:31:06 +00:00 committed by Gerrit Code Review
commit 1bc4885b2e
1 changed files with 0 additions and 2 deletions

View File

@ -630,8 +630,6 @@ class VectorHooksTest extends MediaWikiIntegrationTestCase {
);
$updateUserLinksDropdownItems->setAccessible( true );
$skin = new SkinVector22( [ 'name' => 'vector-2022' ] );
// Anon user
$skin->getUser()->setId( '1' );
$contentAnon = [
'user-menu' => [
'anonuserpage' => [ 'class' => [], 'icon' => 'anonuserpage' ],