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

testGetCommandsList() public method

public testGetCommandsList ( )
    public function testGetCommandsList()
    {
        $commands = $this->telegram->getCommandsList();
        $this->assertInternalType('array', $commands);
        $this->assertNotCount(0, $commands);
    }