stable
Clone or download
Read-only
This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: Ide5e5b804ae0e962c2e0fdb631cf0686e49da84f
Modified Files
Name | ||||
---|---|---|---|---|
M | tests/unit/common/Authentication/Scope/AuthenticationScopeTestCase.php | +5 | −5 | Go to diff View file |
M | tests/unit/common/User/AccessKey/REST/UserAccessKeyRepresentationRetrieverTest.php | +19 | −22 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeBuilderCollectorTest.php | +2 | −5 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeRetrieverTest.php | +22 | −22 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/AccessKeyScopeSaverTest.php | +7 | −10 | Go to diff View file |
M | tests/unit/common/User/AccessKey/Scope/RESTAccessKeyScopeTest.php | +3 | −6 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayAppearanceControllerTest.php | +14 | −25 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayEditionControllerTest.php | +6 | −12 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayKeysTokensControllerTest.php | +14 | −19 | Go to diff View file |
M | tests/unit/common/User/Account/DisplaySecurityControllerTest.php | +20 | −15 | Go to diff View file |
M | tests/unit/common/User/Account/EditionPresenterTest.php | +80 | −74 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateAccountInformationControllerTest.php | +128 | −104 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateAppearancePreferencesTest.php | +254 | −224 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateEditionControllerTest.php | +55 | −64 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateNotificationsControllerTest.php | +116 | −124 | Go to diff View file |
M | tests/unit/common/User/Account/UpdatePasswordControllerTest.php | +68 | −52 | Go to diff View file |
M | tests/unit/common/User/Account/UpdateSessionPreferencesControllerTest.php | +17 | −15 | Go to diff View file |
M | tests/unit/common/User/Account/UserAvatarSaverTest.php | +8 | −11 | Go to diff View file |
M | tests/unit/common/User/Account/UserWellKnownChangePasswordControllerTest.php | +19 | −21 | Go to diff View file |