diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-24 13:44:39 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-24 13:44:39 -0500 |
commit | ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3 (patch) | |
tree | fd992f8030a3b834a32244a363202fb45fc6385a /tests/extension | |
parent | ffbc144a739740ad1901c9eaf481815c9ec2d918 (diff) | |
download | forums-ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3.tar forums-ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3.tar.gz forums-ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3.tar.bz2 forums-ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3.tar.xz forums-ce0a1bb3c59e5815e8c39dc9f7b70ca9810df6e3.zip |
[ticket/11628] Remove remaining style_path_provider_test
PHPBB3-11628
Diffstat (limited to 'tests/extension')
-rw-r--r-- | tests/extension/subdir/style_path_provider_test.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/extension/subdir/style_path_provider_test.php b/tests/extension/subdir/style_path_provider_test.php deleted file mode 100644 index 1b5ce62e5f..0000000000 --- a/tests/extension/subdir/style_path_provider_test.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -/** -* -* @package testing -* @copyright (c) 2013 phpBB Group -* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 -* -*/ -require_once dirname(__FILE__) . '/../style_path_provider_test.php'; - -class phpbb_extension_subdir_style_path_provider_test extends phpbb_extension_style_path_provider_test -{ - public function setUp() - { - $this->relative_root_path = '../'; - $this->root_path = dirname(__FILE__) . '/../'; - } -} |