diff options
-rw-r--r-- | tests/controller/includes/controller/foo.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/controller/includes/controller/foo.php b/tests/controller/includes/controller/foo.php index cd1c4849cb..04576e16c4 100644 --- a/tests/controller/includes/controller/foo.php +++ b/tests/controller/includes/controller/foo.php @@ -5,13 +5,6 @@ use Symfony\Component\HttpFoundation\Response; class phpbb_controller_foo { /** - * Constructor - */ - public function __construct() - { - } - - /** * Bar method * * @return null |