public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$listCommand = self::$application->getCommand('plugin')->getSubCommand('list');
     self::$installCommand = self::$application->getCommand('plugin')->getSubCommand('install');
     self::$deleteCommand = self::$application->getCommand('plugin')->getSubCommand('delete');
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$listCommand = self::$application->getCommand('config')->getSubCommand('list');
     self::$showCommand = self::$application->getCommand('config')->getSubCommand('show');
     self::$setCommand = self::$application->getCommand('config')->getSubCommand('set');
     self::$resetCommand = self::$application->getCommand('config')->getSubCommand('reset');
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$listCommand = self::$application->getCommand('type')->getSubCommand('list');
     self::$defineCommand = self::$application->getCommand('type')->getSubCommand('define');
     self::$updateCommand = self::$application->getCommand('type')->getSubCommand('update');
     self::$deleteCommand = self::$application->getCommand('type')->getSubCommand('delete');
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$listCommand = self::$application->getCommand('package')->getSubCommand('list');
     self::$addCommand = self::$application->getCommand('package')->getSubCommand('add');
     self::$renameCommand = self::$application->getCommand('package')->getSubCommand('rename');
     self::$deleteCommand = self::$application->getCommand('package')->getSubCommand('delete');
     self::$cleanCommand = self::$application->getCommand('package')->getSubCommand('clean');
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$findCommand = self::$application->getCommand('find');
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     self::$listCommand = self::$application->getCommand('bind')->getSubCommand('list');
     self::$addCommand = self::$application->getCommand('bind')->getSubCommand('add');
     self::$updateCommand = self::$application->getCommand('bind')->getSubCommand('update');
     self::$deleteCommand = self::$application->getCommand('bind')->getSubCommand('delete');
     self::$enableCommand = self::$application->getCommand('bind')->getSubCommand('enable');
     self::$disableCommand = self::$application->getCommand('bind')->getSubCommand('disable');
 }