diff options
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar')
| -rw-r--r-- | tests/functional/fixtures/ext/foo/bar/controller.php | 2 | ||||
| -rw-r--r-- | tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar_body.html (renamed from tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/controller.php b/tests/functional/fixtures/ext/foo/bar/controller.php index 93d1f099c9..24d218c412 100644 --- a/tests/functional/fixtures/ext/foo/bar/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller.php @@ -8,7 +8,7 @@ class phpbb_ext_foo_bar_controller implements phpbb_extension_controller_interfa $template->set_ext_dir_prefix($phpbb_root_path . 'ext/foo/bar/'); $template->set_filenames(array( - 'body' => 'index_body.html' + 'body' => 'foobar_body.html' )); page_header('Test extension'); diff --git a/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar_body.html index 4addf2666f..4addf2666f 100644 --- a/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/index_body.html +++ b/tests/functional/fixtures/ext/foo/bar/styles/prosilver/template/foobar_body.html |
