From 85dfa7bffff3dd5c19e00791e86a596e19061c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Tue, 26 Dec 2017 15:32:19 +0100 Subject: [PATCH] [Tests] Set ezpublish:test:init_db as hidden command --- eZ/Bundle/EzPublishCoreBundle/Command/TestInitDbCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/eZ/Bundle/EzPublishCoreBundle/Command/TestInitDbCommand.php b/eZ/Bundle/EzPublishCoreBundle/Command/TestInitDbCommand.php index e9d03b4529c..8ac24fd2f4f 100644 --- a/eZ/Bundle/EzPublishCoreBundle/Command/TestInitDbCommand.php +++ b/eZ/Bundle/EzPublishCoreBundle/Command/TestInitDbCommand.php @@ -19,6 +19,7 @@ protected function configure() { $this ->setName('ezpublish:test:init_db') + ->setHidden(true) ->setDescription('Inits the configured database for test use based on existing fixtures for eZ Demo install (4.7 atm)') ->setHelp( <<