aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/DeveloperControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure access_token are removedJeremy Benoist2016-10-081-78/+0
| | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
* Added name on clientThomas Citharel2016-08-221-1/+8
| | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+71