diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-04 11:09:33 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-04 11:09:33 -0500 |
commit | bb56c1a391feff9c54d05f64e49c6d1f93ac2bce (patch) | |
tree | 00e40c6c0c577555047a87947f0422fa1d5f3d88 /tests | |
parent | 2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74 (diff) | |
download | forums-bb56c1a391feff9c54d05f64e49c6d1f93ac2bce.tar forums-bb56c1a391feff9c54d05f64e49c6d1f93ac2bce.tar.gz forums-bb56c1a391feff9c54d05f64e49c6d1f93ac2bce.tar.bz2 forums-bb56c1a391feff9c54d05f64e49c6d1f93ac2bce.tar.xz forums-bb56c1a391feff9c54d05f64e49c6d1f93ac2bce.zip |
Revert "[feature/twig] Call set_style in the foo/bar controller for functional tests"
This reverts commit 5c39f26cd27d5e4a1debfa24407825906f42d346.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/controller/controller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/controller/controller.php b/tests/functional/fixtures/ext/foo/bar/controller/controller.php index 331f6addfb..5a91b5f681 100644 --- a/tests/functional/fixtures/ext/foo/bar/controller/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller/controller.php @@ -9,8 +9,6 @@ class phpbb_ext_foo_bar_controller { $this->template = $template; $this->helper = $helper; - - $this->helper->set_style(array('ext/foo/bar/styles', 'styles')); } public function handle() |