stable
Clone or download
Read-only
Psalm now analyzes the code of the unit tests of the OAuth2 server. Part of request #20106: Run Psalm on unit tests Change-Id: Iccaa6630243494e027152825600177f209278fdf
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/tests/unit/OAuth2TestScope.php | +3 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/SigningPrivateKeyTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenTest.php | +16 | −1 | Go to diff View file |
M | src/composer.json | +2 | −0 | Go to diff View file |
M | src/composer.lock | +115 | −1 | Go to diff View file |
M | tests/lib/ForgeConfigSandbox.php | +4 | −2 | Go to diff View file |
M | tests/psalm/psalm.xml | +12 | −3 | Go to diff View file |