diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 12:10:57 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-12 12:10:57 -0500 |
commit | 27b550ae66ccc3257eea92a8f7b96e3d9c729a4c (patch) | |
tree | 1a3075ce0909c7933c2ca9462d7dc862b6f2907d /tests/template | |
parent | 7e20b711806abf247209ea0211a45a8083f6ad3b (diff) | |
download | forums-27b550ae66ccc3257eea92a8f7b96e3d9c729a4c.tar forums-27b550ae66ccc3257eea92a8f7b96e3d9c729a4c.tar.gz forums-27b550ae66ccc3257eea92a8f7b96e3d9c729a4c.tar.bz2 forums-27b550ae66ccc3257eea92a8f7b96e3d9c729a4c.tar.xz forums-27b550ae66ccc3257eea92a8f7b96e3d9c729a4c.zip |
[ticket/11665] Fix test class name
PHPBB3-11665
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/template_parser_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_parser_test.php b/tests/template/template_parser_test.php index aa7a9412d6..c200770adf 100644 --- a/tests/template/template_parser_test.php +++ b/tests/template/template_parser_test.php @@ -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() { |