jobeet
jobeet copied to clipboard
Symfony 4.2 Jobeet Project
When following the tutorial Symfony version is 4.2.12 and in day 11 when setting up a user in memory it should be: providers: users_in_memory: memory: users: admin: password: someStrongPassword roles:...
Doing the most obvious tests (not all the negative or border edge cases). Aiming to cover controllers and repositories, as those are hard to cover with proper unit tests.