We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); }
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Lukasss93
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: