You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove HomeController
* Uncomment the passwordStrength for UserRegistrationDto
* Maildev is now required to up php container
* Remove security to get a user
* Only admins can see email address of user
* Put user default password in UserFixture instead of Factory and change it
* Add smoke & functionnal tests
- Add smoke & functionnal tests
- Add test-pack component
- Add Monolog (avoid having exceptions line in phpunit text)
- Add tests directory to phpstan
- Ignore tests/bootstrap.php in php-cs-fixer
- Add dama/doctrine-test-bundle
- Add http-client component
- Update Makefile to handle tests tasks
* test-install instead of ci-install...
* Add missing templates directory to php dockerfile
* fix phpstan errors
* Remove push & pull_request on 'on'
* Use clock to generate the datetime of signedUri
* Throw 400 if hash is expired or invalid and 410 if user is already validated
* Update routing config to handle test, dev & prod env default_uri
* Add more tests for Registration
0 commit comments