aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-20 19:59:36 +0200
committerTristan Darricau <github@nicofuma.fr>2014-10-20 20:46:11 +0200
commit981d3005f37d6298bd8775154e83194dbe0a0ed1 (patch)
tree0a386303031fdf845bc50e179387b23438aaf86e /phpBB/phpbb/console/command
parentfaf4b03c43ecac7aa16e42433cce591512f3ef90 (diff)
downloadforums-981d3005f37d6298bd8775154e83194dbe0a0ed1.tar
forums-981d3005f37d6298bd8775154e83194dbe0a0ed1.tar.gz
forums-981d3005f37d6298bd8775154e83194dbe0a0ed1.tar.bz2
forums-981d3005f37d6298bd8775154e83194dbe0a0ed1.tar.xz
forums-981d3005f37d6298bd8775154e83194dbe0a0ed1.zip
[ticket/13126] Fix tests
PHPBB3-13126
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/db/console_migrator_output_handler.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
index 74549e8e42..92a047605d 100644
--- a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
+++ b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
@@ -14,7 +14,6 @@
namespace phpbb\console\command\db;
use phpbb\user;
-use phpbb\db\migrator_output_handler;
use Symfony\Component\Console\Output\OutputInterface;
class console_migrator_output_handler implements migrator_output_handler_interface