Laravel tests documentation
RacoonPoloskun opened this issue · 1 comments
RacoonPoloskun commented
Hello. Can you please write a full test for laravel? Documentation examples don't work.
Also the problem is in the documentation:
https://nutgram.dev/docs/testing/introduction
{
// define assertions
$this->bot->reply()
->assertReply('sendMessage', ['text' => 'bar'], 0); // <-----------------
->assertReply('sendMessage', ['text' => 'baz'], 1);
}
Lukasss93 commented
Hi, you can see some examples here: https://github.com/Lukasss93/telegram-stickeroptimizer/tree/master/tests/Feature
In the coming weeks I will add more examples in the documentation.