N98\Magento\Command\Customer\CreateCommandTest::_getCommand PHP 메소드

_getCommand() 보호된 메소드

protected _getCommand ( ) : CreateCommand
리턴 CreateCommand
    protected function _getCommand()
    {
        $application = $this->getApplication();
        $application->add(new CreateCommand());
        // try to create a customer with a password < 6 chars
        $command = $this->getApplication()->find('customer:create');
        return $command;
    }