-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Authentication, Test Suite
-
Labels:None
-
GitHub Pull Request URL:
When phpbb_mock_auth_provider was merged, it did not implement phpbb_auth_provider_base which contains no logic and only returns of null for methods that are not required for an authentication provider to operate. This does not permit it to be future-proofed against additions or changes to the interface that are not required to be implemented by an authentication provider.