mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/11665] Fix test class name
PHPBB3-11665
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/template_test_case.php';
|
||||
|
||||
class phpbb_template_template_test extends phpbb_template_template_test_case
|
||||
class phpbb_template_template_parser_test extends phpbb_template_template_test_case
|
||||
{
|
||||
public function test_set_filenames()
|
||||
{
|
||||
|
Reference in New Issue
Block a user