Наследование: extends N98\Magento\Command\Admin\User\AbstractAdminUserCommand
Пример #1
0
 private function getCommand()
 {
     $command = new UnlockCommand();
     $command->setApplication($this->getApplication());
     if (!$command->isEnabled()) {
         $this->markTestSkipped('UnlockCommand is not enabled.');
     }
     return $command;
 }