diff options
Diffstat (limited to 'tests/mock/lang.php')
-rw-r--r-- | tests/mock/lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mock/lang.php b/tests/mock/lang.php index 781b3d060e..ac814b45db 100644 --- a/tests/mock/lang.php +++ b/tests/mock/lang.php @@ -30,4 +30,9 @@ class phpbb_mock_lang implements ArrayAccess public function offsetUnset($offset) { } + + public function lang() + { + return implode(' ', func_get_args()); + } } |