nutgram / docs

The Nutgram framework documentation.

Home Page:https://nutgram.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel tests documentation

RacoonPoloskun opened this issue · comments

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);
    }

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.