diff options
author | rxu <rxu@mail.ru> | 2017-01-08 23:07:08 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2017-01-08 23:09:36 +0700 |
commit | 06b402bdecee8145639d50d17e1350971a5ec017 (patch) | |
tree | e0a67539f230a98b1018e9a405d398f27ccdaa14 /tests/pagination/pagination_test.php | |
parent | c98193a799067896e61b0df615fe49bc48814048 (diff) | |
download | forums-06b402bdecee8145639d50d17e1350971a5ec017.tar forums-06b402bdecee8145639d50d17e1350971a5ec017.tar.gz forums-06b402bdecee8145639d50d17e1350971a5ec017.tar.bz2 forums-06b402bdecee8145639d50d17e1350971a5ec017.tar.xz forums-06b402bdecee8145639d50d17e1350971a5ec017.zip |
[ticket/14971] Add on_page test with the string arguments
PHPBB3-14971
Diffstat (limited to 'tests/pagination/pagination_test.php')
-rw-r--r-- | tests/pagination/pagination_test.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pagination/pagination_test.php b/tests/pagination/pagination_test.php index 30b25913f7..2d7d1671a8 100644 --- a/tests/pagination/pagination_test.php +++ b/tests/pagination/pagination_test.php @@ -219,6 +219,12 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case 0, 'PAGE_OF-1-1', ), + array( + '10', + '10', + '0', + 'PAGE_OF-1-1', + ), ); } |