aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_events_test.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-08 20:31:12 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-17 16:42:43 -0500
commit21a244543dbe960cdb97da61fa27dc61e6411932 (patch)
tree8a90c41029783cf9751866f3cbe1a1a6f19d5ee8 /tests/template/template_events_test.php
parent0e6d12dfc41f97348ecf4b04943ed23e40f22f1b (diff)
downloadforums-21a244543dbe960cdb97da61fa27dc61e6411932.tar
forums-21a244543dbe960cdb97da61fa27dc61e6411932.tar.gz
forums-21a244543dbe960cdb97da61fa27dc61e6411932.tar.bz2
forums-21a244543dbe960cdb97da61fa27dc61e6411932.tar.xz
forums-21a244543dbe960cdb97da61fa27dc61e6411932.zip
[feature/template-events] Normalize expected directory trees.
PHPBB3-9550
Diffstat (limited to 'tests/template/template_events_test.php')
-rw-r--r--tests/template/template_events_test.php2
1 files changed, 1 insertions, 1 deletions
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/"