[cleanup/files] Remove not needed files added by extension-testframework

This commit is contained in:
Marc Alexander
2013-10-29 16:58:44 +01:00
parent f62f58a1be
commit 6afff6b32c
3 changed files with 0 additions and 611 deletions

22
ext.php
View File

@@ -1,22 +0,0 @@
<?php
/**
*
* @package phpBB Gallery Extension
* @copyright (c) 2013 nickvergessen
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
namespace phpbbgallery\core;
class ext extends \phpbb\extension\base
{
}