aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Tests/AbstractControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-46/+0
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* Fix security.context deprecationJeremy Benoist2015-11-071-3/+3
|
* * public registrationNicolas LÅ“uillet2015-10-031-0/+46
* remove WSSE implementation * add oAuth2 implementation