stable
Clone or download
Read-only
No functional changes. Part of request #21775: Favor PHPUnit mock system over Mockery - part 2 Change-Id: Ic37aea0f5bfb5691aa441bb57c76c93a68c733fa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/tests/unit/AdminRouterTest.php | +13 | −14 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Authorization/AuthorizationRequestCreatorTest.php | +22 | −25 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Authorization/AuthorizationResponseTest.php | +5 | −12 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/AzureADUserLinkControllerTest.php | +5 | −8 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php | +30 | −39 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/JWKSKeyFetcherTest.php | +8 | −11 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateFactoryTest.php | +0 | −3 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateManagerTest.php | +12 | −15 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateTest.php | +0 | −3 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Token/TokenResponseTest.php | +9 | −12 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/UserInfo/UserInfoRequestCreatorTest.php | +5 | −8 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/UserInfo/UserInfoResponseTest.php | +9 | −12 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/LoginURLGeneratorTest.php | +4 | −12 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/LoginUniqueAuthenticationUrlGeneratorTest.php | +13 | −16 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/RedirectToProviderForAuthorizationControllerTest.php | +15 | −27 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/Registration/AutomaticUserRegistrationTest.php | +16 | −17 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Login/Registration/UsernameGeneratorTest.php | +41 | −44 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/AzureADProviderManagerTest.php | +5 | −8 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/EnableUniqueAuthenticationEndpointVerifierTest.php | +22 | −26 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/GenericProviderManagerTest.php | +12 | −15 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Provider/ProviderManagerTest.php | +19 | −42 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/RouterTest.php | +2 | −4 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/UserMapping/UserMappingManagerTest.php | +24 | −37 | Go to diff View file |