1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11620] Rename provider -> mock_auth_provider

Rename the class and file name to better match
what the class is mocking, as well as implement the
interface of that class.

PHPBB3-11620
This commit is contained in:
Andy Chase
2013-07-08 16:38:53 -07:00
parent cd1fe789d2
commit f51721e905
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@
* See interface here:
* includes/auth/provider/interface.php
*/
class phpbb_provider {
class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
{
function init()
{