mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11805] Rename test to match the function name
PHPBB3-11805
This commit is contained in:
parent
d7119a5054
commit
8c786e82a7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||||
require_once dirname(__FILE__) . '/../template/template_test_case.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';
|
protected $test_path = 'tests/pagination';
|
||||||
|
|
Loading…
Add table
Reference in a new issue