howToCodeWell / code-quiz

Code Quiz MonoRepo (API, API Client, App)
MIT License
4 stars 4 forks source link

Create unit tests for app fixtures.php #136

Closed metinbaris closed 2 years ago

metinbaris commented 2 years ago

To test load function inside AppFixtures class Should we run such command for creating test database and if yes where should we define it :) ?

docker-compose exec api bin/console --env=test doctrine:database:create

metinbaris commented 2 years ago

@pfwd needs your early review for some db tests, I left a comment related load function test would you mind having a look at it please :)

metinbaris commented 2 years ago

Great work. Thanks for doing this. Could you make some changes to the tests and imports please.

Thanks for reviews, I believe it improves my coding skills 👍