diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-31 11:59:12 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-17 16:40:00 -0500 |
commit | 9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5 (patch) | |
tree | 8a2322c91703c026c0d02edc250171263a564627 /tests/template/template_events_test.php | |
parent | 48adf8c5de7b946c1b0e10461605373a01d50196 (diff) | |
download | forums-9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5.tar forums-9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5.tar.gz forums-9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5.tar.bz2 forums-9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5.tar.xz forums-9a7c8721ce2f23dc1bc5080cd8924f29a9545bd5.zip |
[feature/template-events] Adjust template events test to use the dataset.
PHPBB3-9550
Diffstat (limited to 'tests/template/template_events_test.php')
-rw-r--r-- | tests/template/template_events_test.php | 4 |
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', |