aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed migration and added testsNicolas Lœuillet2016-10-281-3/+16
|
* Ensure access_token are removedJeremy Benoist2016-10-081-0/+104
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)