aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/session_testable.php
diff options
context:
space:
mode:
authorasperous <asperous2@gmail.com>2013-07-12 09:54:38 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-22 11:07:41 -0700
commitd533e8807c1f88bd1e3c30ca518e795403b521ff (patch)
treec5035d9470bde5445e9172db525dc94ca9f3014c /tests/mock/session_testable.php
parent016faad6682495a35566d2d0451697486a47e80c (diff)
downloadforums-d533e8807c1f88bd1e3c30ca518e795403b521ff.tar
forums-d533e8807c1f88bd1e3c30ca518e795403b521ff.tar.gz
forums-d533e8807c1f88bd1e3c30ca518e795403b521ff.tar.bz2
forums-d533e8807c1f88bd1e3c30ca518e795403b521ff.tar.xz
forums-d533e8807c1f88bd1e3c30ca518e795403b521ff.zip
[ticket/11620] Added a test for checking if users are banned
PHPBB3-11620
Diffstat (limited to 'tests/mock/session_testable.php')
-rw-r--r--tests/mock/session_testable.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mock/session_testable.php b/tests/mock/session_testable.php
index 56ff8c8b32..283f9af192 100644
--- a/tests/mock/session_testable.php
+++ b/tests/mock/session_testable.php
@@ -58,5 +58,9 @@ class phpbb_mock_session_testable extends phpbb_session
}
}
}
+
+ public function setup()
+ {
+ }
}