Longman\TelegramBot\Tests\Unit\KeyboardButtonTest::testKeyboardButtonTooManyParametersFail PHP 메소드

testKeyboardButtonTooManyParametersFail() 공개 메소드

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