aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-291-2/+7
|
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-0/+46
It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.