Longman\TelegramBot\Tests\Unit\Commands\UserCommands\EchoCommandTest::testEchoCommandProperties PHP Method

testEchoCommandProperties() public method

    public function testEchoCommandProperties()
    {
        $this->assertAttributeEquals('echo', 'name', $this->command);
        $this->assertAttributeEquals('Show text', 'description', $this->command);
        $this->assertAttributeEquals('/echo <text>', 'usage', $this->command);
    }