diff --git a/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html b/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html index 0c147a92db..c8f8cf957e 100644 --- a/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html +++ b/tests/extension/ext/vendor4/bar/styles/all/template/foobar_body.html @@ -1 +1 @@ -All folder \ No newline at end of file +All folder diff --git a/tests/template/template_allfolder_test.php b/tests/template/template_allfolder_test.php index 742d85c3d2..b4ad84e9c3 100644 --- a/tests/template/template_allfolder_test.php +++ b/tests/template/template_allfolder_test.php @@ -56,4 +56,4 @@ class phpbb_template_allfolder_test extends phpbb_template_template_test_case $this->template = new \phpbb\template\twig\twig($path_helper, $config, $this->user, new \phpbb\template\context(), $this->extension_manager); $this->template->set_custom_style('all', array($this->template_path, $this->ext_template_path)); } -} \ No newline at end of file +}