mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[feature/template-events] Adjust template events test to use the dataset.
PHPBB3-9550
This commit is contained in:
parent
48adf8c5de
commit
9a7c8721ce
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ class phpbb_template_template_events_test extends phpbb_template_template_test_c
|
|||
$defaults = $this->config_defaults();
|
||||
$config = new phpbb_config(array_merge($defaults, $new_config));
|
||||
|
||||
$this->template_path = dirname(__FILE__) . '/templates';
|
||||
$this->template_path = dirname(__FILE__) . '/datasets/ext_trivial/templates';
|
||||
$this->style_resource_locator = new phpbb_style_resource_locator();
|
||||
$this->extension_manager = new phpbb_mock_extension_manager(
|
||||
dirname(__FILE__) . '/',
|
||||
dirname(__FILE__) . '/datasets/ext_trivial/',
|
||||
array(
|
||||
'trivial' => array(
|
||||
'ext_name' => 'trivial',
|
||||
|
|
Loading…
Add table
Reference in a new issue