aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/lang.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-06-06 23:29:50 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-06-06 23:29:50 +0200
commitd406dd99d84a5c4f2b879859f11b2d10b01d54de (patch)
treef1352e5ae7d62a1a6b8974c41706ece25b30cc26 /tests/mock/lang.php
parent74aec79551f24bf3365cb7060e8781eda10ec318 (diff)
downloadforums-d406dd99d84a5c4f2b879859f11b2d10b01d54de.tar
forums-d406dd99d84a5c4f2b879859f11b2d10b01d54de.tar.gz
forums-d406dd99d84a5c4f2b879859f11b2d10b01d54de.tar.bz2
forums-d406dd99d84a5c4f2b879859f11b2d10b01d54de.tar.xz
forums-d406dd99d84a5c4f2b879859f11b2d10b01d54de.zip
[ticket/develop/11543] Use plurals in develop
PHPBB3-11543
Diffstat (limited to 'tests/mock/lang.php')
-rw-r--r--tests/mock/lang.php5
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());
+ }
}