[feature/twig] Call set_style in the foo/bar controller for functional tests

PHPBB3-11598
This commit is contained in:
Nathaniel Guse 2013-07-04 10:13:46 -05:00
parent 884a5b06fa
commit 5c39f26cd2

View file

@ -9,6 +9,8 @@ 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()