aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 11:09:33 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 11:09:33 -0500
commitbb56c1a391feff9c54d05f64e49c6d1f93ac2bce (patch)
tree00e40c6c0c577555047a87947f0422fa1d5f3d88 /tests
parent2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74 (diff)
downloadforums-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"
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/fixtures/ext/foo/bar/controller/controller.php2
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()