Longman\TelegramBot\Tests\Unit\Commands\UserCommands\HelpCommandTest::testHelpCommandProperties PHP Method

testHelpCommandProperties() public method

    public function testHelpCommandProperties()
    {
        $this->assertAttributeEquals('help', 'name', $this->command);
        $this->assertAttributeEquals('Show bot commands help', 'description', $this->command);
        $this->assertAttributeEquals('/help or /help <command>', 'usage', $this->command);
    }