Longman\TelegramBot\Tests\Unit\KeyboardButtonTest::testKeyboardButtonSuccess PHP Method

testKeyboardButtonSuccess() public method

    public function testKeyboardButtonSuccess()
    {
        new KeyboardButton(['text' => 'message']);
        new KeyboardButton(['text' => 'message', 'request_contact' => true]);
        new KeyboardButton(['text' => 'message', 'request_location' => true]);
    }