Longman\TelegramBot\Tests\Unit\KeyboardButtonTest::testKeyboardButtonTooManyParametersFail PHP Méthode

testKeyboardButtonTooManyParametersFail() public méthode

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