stable

Clone or download

Read-only

OAuth2 server plugin integration tests do not properly cleans after themselves

Entries in the DB are left behind because `EasyDB::delete()` does not delete rows when an empty set of conditions is given to avoid footgun. Part of story #14714: be an OpenID Connect provider Change-Id: Ia279729f133eedcec2e64c2bba79a98143887a73

Modified Files

Name
M plugins/oauth2_server/tests/integration/AccessToken/OAuth2AccessTokenDAOTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php +6 −6 Go to diff View file
M plugins/oauth2_server/tests/integration/RefreshToken/OAuth2RefreshTokenDAOTest.php +1 −1 Go to diff View file