aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/auth_provider.php
diff options
context:
space:
mode:
authorAndy Chase <asperous2@gmail.com>2013-07-22 17:39:45 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-22 17:39:45 -0700
commit2fe2724e684304e1c8323c047d1dde6cd732afcd (patch)
treecf52d225f5996ea9706aa5bad2d547098e94a648 /tests/mock/auth_provider.php
parent0c54fb034b71cfc2bff338430acb1e2b43083dd5 (diff)
downloadforums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.gz
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.bz2
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.tar.xz
forums-2fe2724e684304e1c8323c047d1dde6cd732afcd.zip
[ticket/11620] Whitespace and combine function into test_case
PHPBB3-11620
Diffstat (limited to 'tests/mock/auth_provider.php')
-rw-r--r--tests/mock/auth_provider.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mock/auth_provider.php b/tests/mock/auth_provider.php
index e0a2abd2d5..9d002334d6 100644
--- a/tests/mock/auth_provider.php
+++ b/tests/mock/auth_provider.php
@@ -20,10 +20,10 @@ class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
function login($username, $password)
{
return array(
- 'status' => "",
- 'error_msg' => "",
- 'user_row' => "",
- );
+ 'status' => "",
+ 'error_msg' => "",
+ 'user_row' => "",
+ );
}
function autologin()