コード例 #1
0
 /**
  * @test
  */
 public function getCommandsClass()
 {
     $command = $this->telegram->getCommandClass('help');
     $this->assertInstanceOf('Longman\\TelegramBot\\Commands\\HelpCommand', $command);
 }