Longman\TelegramBot\Tests\Unit\Commands\UserCommands\HelpCommandTest::testHelpCommandProperties PHP Méthode

testHelpCommandProperties() public méthode

    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);
    }