mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[ticket/11665] Fix test class name
PHPBB3-11665
This commit is contained in:
parent
7e20b71180
commit
27b550ae66
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__) . '/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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue