Before finishing this section, I want to mention other available assertions. But I don't want to list all of them, so I will provide a set of useful links.
- Assertions for HTTP requests - https://laravel.com/docs/http-tests#available-assertions
- Database assertions - https://laravel.com/docs/database-testing#available-assertions
- If you are using browser testing, then Dusk assertions - https://laravel.com/docs/dusk#available-assertions
- And assertions for console tests - https://laravel.com/docs/console-tests
Also, because Laravel uses...