aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/template/template_events_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/template_events_test.php b/tests/template/template_events_test.php
index f1d13c1fd6..918de445d7 100644
--- a/tests/template/template_events_test.php
+++ b/tests/template/template_events_test.php
@@ -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',