aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock
diff options
context:
space:
mode:
authorAndy Chase <asperous2@gmail.com>2013-07-09 12:03:17 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-09 12:03:17 -0700
commitc96b0b1a47cef409fecc3bd30792e0907a869baa (patch)
tree2c17fac849d66159beb003ddc98655bf224bc475 /tests/mock
parentf51721e905af68624df422889f92a069abd7b750 (diff)
downloadforums-c96b0b1a47cef409fecc3bd30792e0907a869baa.tar
forums-c96b0b1a47cef409fecc3bd30792e0907a869baa.tar.gz
forums-c96b0b1a47cef409fecc3bd30792e0907a869baa.tar.bz2
forums-c96b0b1a47cef409fecc3bd30792e0907a869baa.tar.xz
forums-c96b0b1a47cef409fecc3bd30792e0907a869baa.zip
[ticket/11620] Removed unnecessary lines and whitespace
PHPBB3-11620
Diffstat (limited to 'tests/mock')
-rw-r--r--tests/mock/auth_provider.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mock/auth_provider.php b/tests/mock/auth_provider.php
index cca7865fa2..9674c573e3 100644
--- a/tests/mock/auth_provider.php
+++ b/tests/mock/auth_provider.php
@@ -8,15 +8,10 @@
*/
/**
- * Mock provider class with basic functions to help test
- * sessions.
- *
- * See interface here:
- * includes/auth/provider/interface.php
+ * Mock auth provider class with basic functions to help test sessions.
*/
class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
{
-
function init()
{
return null;