BoShurik / telegram-bot-example

BoShurikTelegramBotBundle usage example
MIT License
17 stars 13 forks source link

Suggestion - provide an example how to test telegram commands #1

Closed kubk closed 5 years ago

kubk commented 5 years ago

It would be nice to have an example how to test telegram commands using PHPUnit/Behat.

BoShurik commented 5 years ago

Something like this: https://github.com/BoShurik/TelegramBotBundle/blob/master/tests/Telegram/Command/HelpCommandTest.php

kubk commented 5 years ago

@BoShurik Thanks, this is what I need.