aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-08-23 00:50:20 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-25 17:34:31 +0200
commit8c786e82a7346d778626056177a8210edec09dfe (patch)
tree53a3261c24a4113c291c6575fa35a0c3a744004a /tests
parentd7119a50546859f8f488e0c46ff0964362ab877a (diff)
downloadforums-8c786e82a7346d778626056177a8210edec09dfe.tar
forums-8c786e82a7346d778626056177a8210edec09dfe.tar.gz
forums-8c786e82a7346d778626056177a8210edec09dfe.tar.bz2
forums-8c786e82a7346d778626056177a8210edec09dfe.tar.xz
forums-8c786e82a7346d778626056177a8210edec09dfe.zip
[ticket/11805] Rename test to match the function name
PHPBB3-11805
Diffstat (limited to 'tests')
-rw-r--r--tests/pagination/generate_template_test.php (renamed from tests/pagination/start_parameter_test.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pagination/start_parameter_test.php b/tests/pagination/generate_template_test.php
index 785fe80aa4..587a948583 100644
--- a/tests/pagination/start_parameter_test.php
+++ b/tests/pagination/generate_template_test.php
@@ -10,7 +10,7 @@
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../template/template_test_case.php';
-class phpbb_pagination_start_parameter_test extends phpbb_template_template_test_case
+class phpbb_pagination_generate_template_test extends phpbb_template_template_test_case
{
protected $test_path = 'tests/pagination';