aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/UserRestControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Avoid side effect on other testsJeremy Benoist2017-05-301-1/+13
|
* Re-use `NewUserType` to validate registrationJeremy Benoist2017-05-301-0/+98
The only ugly things is how we handle error by generating the view and then parse the content to retrieve all errors… Fix exposition fields in User entity