eZ\Bundle\EzPublishCoreBundle\Command\TestInitDbCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('ezpublish:test:init_db')->setDescription('Inits the configured database for test use based on existing fixtures for eZ Demo install (4.7 atm)')->setHelp(<<<EOT
The command <info>%command.name%</info> initializes current configured database with existing fixture data.

WARNING: This command will delete all data in the configured database before filling it with fixture data.
EOT
);
    }