stable

Clone or download

Read-only

chore: Drop some Mockery usage in core tests

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I8d90836529b77e3c2df20f1ae688433220d040c1

Modified Files

Name
M tests/unit/common/User/Account/Appearance/LanguagePresenterBuilderTest.php +10 −14 Go to diff View file
M tests/unit/common/User/Account/DisplayAccountInformationControllerTest.php +14 −17 Go to diff View file
M tests/unit/common/User/Admin/RestrictedProjectsUserCounterTest.php +8 −11 Go to diff View file
M tests/unit/common/User/Admin/UserStatusBuilderTest.php +37 −35 Go to diff View file
M tests/unit/common/User/Admin/UserStatusCheckerTest.php +15 −26 Go to diff View file
M tests/unit/common/User/Change/PasswordChangerTest.php +22 −47 Go to diff View file
M tests/unit/common/User/ForgeUserGroupPermission/RESTReadOnlyAdmin/RestReadOnlyAdminUserBuilderTest.php +20 −27 Go to diff View file
M tests/unit/common/User/ForgeUserGroupPermission/SiteAdministratorPermissionCheckerTest.php +18 −26 Go to diff View file
M tests/unit/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddlewareTest.php +52 −54 Go to diff View file
M tests/unit/common/User/XML/Import/MappingTest.php +34 −35 Go to diff View file