Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change test case methods to snake_case
Update naming convention to match official Laravel documentation. These best practices are currently out-of-step with modern Laravel standards. * Laravel [officially changed to snake_case](laravel/laravel#5574) for test case methods in version 8.0. * [Official Laravel documentation](https://laravel.com/docs/10.x/testing) uses snake_case. * [Laracast videos](https://laracasts.com/series/phpunit-testing-in-laravel/episodes/2) use snake_case. * The [previous discussion's](alexeymezenin#28) conclusions on this matter are no longer correct.
- Loading branch information