`SpecialMWOAuthManageConsumers` is the flow that allows OAuth administrators to review and manage approvals, rejections, and other actions for the consumer requests queue. It also lists approved and disabled consumers.
Integration tests would be written to cover related logic in `ConsumerSubmitControl` for endpoints such as: `/approve`, `/reject`, `/disable`, `/reenable`, and code that lists the consumer requests queue. Unit tests can be written for self-contained functionality where needed.
## Impact
[ ] Increase coverage of the respective special page: https://doc.wikimedia.org/cover-extensions/OAuth/src/Frontend/SpecialPages/SpecialMWOAuthManageConsumers.php.html
[ ] Increase coverage of submit control classes
[ ] https://doc.wikimedia.org/cover-extensions/OAuth/src/Control/ConsumerSubmitControl.php.html
[ ] https://doc.wikimedia.org/cover-extensions/OAuth/src/Control/SubmitControl.php.html