diff options
| author | Cesar G <prototech91@gmail.com> | 2013-12-12 04:29:48 -0800 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2013-12-12 10:52:51 -0800 |
| commit | 31234b26d892bb4d98c9bc869d340a8ccf3cfe88 (patch) | |
| tree | 435d11d23051c7a6eb086380e795927464c96f2b /tests/extension/ext/barfoo | |
| parent | 4d65727accb097641f72e8bf24c5a194873affc7 (diff) | |
| download | forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.gz forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.bz2 forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.xz forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.zip | |
[ticket/12009] Move valid extensions in tests to correct dir structure.
PHPBB3-12009
Diffstat (limited to 'tests/extension/ext/barfoo')
| -rw-r--r-- | tests/extension/ext/barfoo/acp/a_info.php | 18 | ||||
| -rw-r--r-- | tests/extension/ext/barfoo/acp/a_module.php | 7 |
2 files changed, 0 insertions, 25 deletions
diff --git a/tests/extension/ext/barfoo/acp/a_info.php b/tests/extension/ext/barfoo/acp/a_info.php deleted file mode 100644 index ea07189f7a..0000000000 --- a/tests/extension/ext/barfoo/acp/a_info.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -namespace barfoo\acp; - -class a_info -{ - public function module() - { - return array( - 'filename' => 'barfoo\\acp\\a_module', - 'title' => 'Barfoo', - 'version' => '3.1.0-dev', - 'modes' => array( - 'config' => array('title' => 'Config', 'auth' => '', 'cat' => array('ACP_MODS')), - ), - ); - } -} diff --git a/tests/extension/ext/barfoo/acp/a_module.php b/tests/extension/ext/barfoo/acp/a_module.php deleted file mode 100644 index 0ae8775013..0000000000 --- a/tests/extension/ext/barfoo/acp/a_module.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -namespace barfoo\acp; - -class a_module -{ -} |
