[ticket/11805] Rename test to match the function name

PHPBB3-11805
This commit is contained in:
Joas Schilling 2013-08-23 00:50:20 +02:00
parent d7119a5054
commit 8c786e82a7

View file

@ -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';