aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
diff options
context:
space:
mode:
authorAndy Chase <asperous2@gmail.com>2013-07-08 16:38:53 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-08 16:38:53 -0700
commitf51721e905af68624df422889f92a069abd7b750 (patch)
tree4647573583a29c6a5d6b86f7e4e93618b786595e /tests/mock
parentcd1fe789d243e12330a049799818ed7b062ea347 (diff)
downloadforums-f51721e905af68624df422889f92a069abd7b750.tar
forums-f51721e905af68624df422889f92a069abd7b750.tar.gz
forums-f51721e905af68624df422889f92a069abd7b750.tar.bz2
forums-f51721e905af68624df422889f92a069abd7b750.tar.xz
forums-f51721e905af68624df422889f92a069abd7b750.zip
[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
Diffstat (limited to 'tests/mock')
-rw-r--r--tests/mock/auth_provider.php (renamed from tests/mock/provider.php)3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mock/provider.php b/tests/mock/auth_provider.php
index 4d0d6fc84c..cca7865fa2 100644
--- a/tests/mock/provider.php
+++ b/tests/mock/auth_provider.php
@@ -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()
{