stable

Clone or download

Read-only

Remove unused code from UnderConstructionController

Some changes have been made to have the TestLayout implementation respects the `never` return type. Part of: story #26041 migrate mediwiki from 1.23 to 1.35.X Change-Id: I5dac0b14f9ff8d4dda5afda33ad8cca12c0689ef

Modified Files

Name
M plugins/document/tests/unit/Config/Admin/FilesDownloadLimitsAdminSaveControllerTest.php +29 −20 Go to diff View file
M plugins/document/tests/unit/Config/Admin/HistoryEnforcementAdminSaveControllerTest.php +10 −6 Go to diff View file
M plugins/document/tests/unit/Config/Project/UpdateSearchViewTest.php +38 −28 Go to diff View file
M plugins/forumml/tests/unit/WriteMailControllerTest.php +4 −10 Go to diff View file
M plugins/git/tests/unit/Account/PushSSHKeysControllerTest.php +17 −9 Go to diff View file
M plugins/mediawiki_standalone/include/Service/UnderConstructionController.php +0 −2 Go to diff View file
M plugins/mediawiki_standalone/tests/unit/Service/UnderConstructionControllerTest.php +3 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php +17 −21 Go to diff View file
M tests/lib/Builders/LayoutInspector.php +3 −13 Go to diff View file
A tests/lib/Builders/LayoutInspectorRedirection.php +32 −0 Go to diff View file
M tests/lib/Builders/TestLayout.php +1 −1 Go to diff View file
M tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminUpdateControllerTest.php +49 −23 Go to diff View file
M tests/unit/common/Project/Service/EditControllerTest.php +22 −11 Go to diff View file
M tests/unit/common/User/Account/Register/AfterSuccessfulUserRegistrationTest.php +50 −42 Go to diff View file
M tests/unit/common/User/Account/Register/DisplayRegisterFormControllerTest.php +23 −15 Go to diff View file
M tests/unit/common/User/Account/UpdateAccountInformationControllerTest.php +189 −94 Go to diff View file
M tests/unit/common/User/Account/UpdateAppearancePreferencesTest.php +205 −102 Go to diff View file
M tests/unit/common/User/Account/UpdateEditionControllerTest.php +50 −25 Go to diff View file
M tests/unit/common/User/Account/UpdateNotificationsControllerTest.php +14 −9 Go to diff View file
M tests/unit/common/User/Account/UpdatePasswordControllerTest.php +10 −0 Go to diff View file
M tests/unit/common/User/Account/UpdateSessionPreferencesControllerTest.php +4 −0 Go to diff View file
M tests/unit/common/User/SSHKey/SSHKeyCreateControllerTest.php +4 −7 Go to diff View file
M tests/unit/common/User/SSHKey/SSHKeyDeleteControllerTest.php +4 −6 Go to diff View file
M tests/unit/common/User/SVNToken/SVNTokenRevokeControllerTest.php +13 −7 Go to diff View file
M tests/unit/common/date/Admin/RelativeDatesDisplaySaveControllerTest.php +3 −0 Go to diff View file