diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-06-11 18:50:05 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-06-11 18:50:05 -0400 |
commit | 241033ae88fdaa4aa45da0ee70b94f636e6d0360 (patch) | |
tree | 2a784d556881a134b12e56fb92e4aa7132efffe6 /tests | |
parent | 56b2b87423c9afd62312fd36b5c2f6fff2d1d8a7 (diff) | |
download | forums-241033ae88fdaa4aa45da0ee70b94f636e6d0360.tar forums-241033ae88fdaa4aa45da0ee70b94f636e6d0360.tar.gz forums-241033ae88fdaa4aa45da0ee70b94f636e6d0360.tar.bz2 forums-241033ae88fdaa4aa45da0ee70b94f636e6d0360.tar.xz forums-241033ae88fdaa4aa45da0ee70b94f636e6d0360.zip |
[ticket/10882] Fix test name - oops.
PHPBB3-10882
Diffstat (limited to 'tests')
-rw-r--r-- | tests/template/invalid_constructs_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/invalid_constructs_test.php b/tests/template/invalid_constructs_test.php index 2430b5b9b1..19d192b8b6 100644 --- a/tests/template/invalid_constructs_test.php +++ b/tests/template/invalid_constructs_test.php @@ -9,7 +9,7 @@ require_once dirname(__FILE__) . '/template_test_case.php'; -class phpbb_template_template_test extends phpbb_template_template_test_case +class phpbb_template_invalid_constructs_test extends phpbb_template_template_test_case { public function template_data() { |