alexeymezenin / laravel-best-practices

Laravel best practices
11.24k stars 2.37k forks source link

Change test case methods to snake_case #158

Closed JohnnyWalkerDigital closed 1 year ago

JohnnyWalkerDigital commented 1 year ago

The official Laravel documentation and all Laracast videos all follow the convention that methods in test classes use snake_case. Suggest that Laravel Best Practices follows this guideline rather than deviate from it. See: #157

spekulatius commented 1 year ago

Merged, thank you @JohnnyWalkerDigital