diff options
| author | David King <imkingdavid@gmail.com> | 2012-03-17 22:12:50 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-19 09:12:33 -0400 |
| commit | 4100b312bb0eb7246e9057461b6f8f3c66fdad60 (patch) | |
| tree | eaa7172aac76e594c07a8f2dec02b72aca52c2c0 /tests/functional/fixtures/ext/foo | |
| parent | e78585c973d260651dd8487d586facd2ab9e1e51 (diff) | |
| download | forums-4100b312bb0eb7246e9057461b6f8f3c66fdad60.tar forums-4100b312bb0eb7246e9057461b6f8f3c66fdad60.tar.gz forums-4100b312bb0eb7246e9057461b6f8f3c66fdad60.tar.bz2 forums-4100b312bb0eb7246e9057461b6f8f3c66fdad60.tar.xz forums-4100b312bb0eb7246e9057461b6f8f3c66fdad60.zip | |
[ticket/10586] Tests are coming along, just a little more to go
PHPBB3-10586
Diffstat (limited to 'tests/functional/fixtures/ext/foo')
| -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 |
