mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[feature/twig] Call set_style in the foo/bar controller for functional tests
PHPBB3-11598
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user