protected function setUp()
 {
     parent::setUp();
     $this->optionConfigs = ['t' => new OptionConfig('test', 't', true, true, null, ''), 't2' => new OptionConfig('test', 't', true, true, null, '')];
 }
 protected function setUp()
 {
     parent::setUp();
     Config::set('hyperframework.cli.command_config_path', 'global_command.php');
 }