aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/template/datasets/ext_trivial/styles/silver/template/event_simple.html (renamed from tests/template/datasets/ext_trivial/templates/event_simple.html)0
-rw-r--r--tests/template/datasets/ext_trivial/styles/silver/template/event_universal.html (renamed from tests/template/datasets/ext_trivial/templates/event_universal.html)0
-rw-r--r--tests/template/template_events_test.php2
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/datasets/ext_trivial/templates/event_simple.html b/tests/template/datasets/ext_trivial/styles/silver/template/event_simple.html
index 604c1acdce..604c1acdce 100644
--- a/tests/template/datasets/ext_trivial/templates/event_simple.html
+++ b/tests/template/datasets/ext_trivial/styles/silver/template/event_simple.html
diff --git a/tests/template/datasets/ext_trivial/templates/event_universal.html b/tests/template/datasets/ext_trivial/styles/silver/template/event_universal.html
index 15425cacc3..15425cacc3 100644
--- a/tests/template/datasets/ext_trivial/templates/event_universal.html
+++ b/tests/template/datasets/ext_trivial/styles/silver/template/event_universal.html
diff --git a/tests/template/template_events_test.php b/tests/template/template_events_test.php
index 9652f341c3..15c8d846b8 100644
--- a/tests/template/template_events_test.php
+++ b/tests/template/template_events_test.php
@@ -65,7 +65,7 @@ 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__) . "/datasets/$dataset/templates";
+ $this->template_path = dirname(__FILE__) . "/datasets/$dataset/styles/silver/template";
$this->style_resource_locator = new phpbb_style_resource_locator();
$this->extension_manager = new phpbb_mock_filesystem_extension_manager(
dirname(__FILE__) . "/datasets/$dataset/"