aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-13 10:57:24 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 16:47:32 -0500
commit46cb0fb068feeb89c939d8b145808d2a786de8dd (patch)
tree128c184f4dcb366ac35498bac5cd5727e85379f7
parentc6a5699325171ca12c540772ed4e6c0c55318ec5 (diff)
downloadforums-46cb0fb068feeb89c939d8b145808d2a786de8dd.tar
forums-46cb0fb068feeb89c939d8b145808d2a786de8dd.tar.gz
forums-46cb0fb068feeb89c939d8b145808d2a786de8dd.tar.bz2
forums-46cb0fb068feeb89c939d8b145808d2a786de8dd.tar.xz
forums-46cb0fb068feeb89c939d8b145808d2a786de8dd.zip
[feature/controller] Removed another empty construct method
PHPBB3-10864
-rw-r--r--tests/controller/includes/controller/foo.php7
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