Longman\TelegramBot\Tests\Unit\TelegramTest::testGetHelpCommandObject PHP Method

testGetHelpCommandObject() public method

    public function testGetHelpCommandObject()
    {
        $command = $this->telegram->getCommandObject('help');
        $this->assertInstanceOf('Longman\\TelegramBot\\Commands\\UserCommands\\HelpCommand', $command);
    }