aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-513/+0
|
* CSJeremy Benoist2016-05-191-4/+3
|
* Tests for issue #2089Yuriy Evdokimov2016-05-181-0/+88
|
* Set the title via POST /api/entriesNicolas LÅ“uillet2016-05-021-0/+2
| | | | Fix #2009
* Convert array + phpDocJeremy Benoist2016-04-121-20/+20
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Simplify tag creation from entryJeremy Benoist2016-03-271-1/+2
| | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
* check if archive/star parameters without quotes workThomas Citharel2016-03-161-0/+49
|
* use integers for archived/starred statusThomas Citharel2016-03-161-4/+4
|
* fix api properties and typoThomas Citharel2016-03-161-2/+2
|
* Don't add entry through API if it already existsThomas Citharel2016-03-161-0/+18
|
* add tests on user in API responsesThomas Citharel2016-03-151-0/+6
|
* Improve testsJeremy Benoist2016-03-111-3/+3
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* typos & csThomas Citharel2016-03-081-4/+4
|
* write test for versionVincent2016-03-071-0/+11
|
* Remove 'content' from APIJeremy Benoist2016-03-041-16/+0
| | | | Waiting to find a good solution to avoid side problem since user can no define the content
* add more properties for entries #1634Thomas Citharel2016-03-041-0/+34
|
* Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-291-0/+7
|
* Remove user reference in tagJeremy Benoist2015-12-291-1/+2
| | | | Fix #1543
* Re-enable test on doctrine commandJeremy Benoist2015-11-071-2/+2
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* * public registrationNicolas LÅ“uillet2015-10-031-180/+58
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Add test on getting starred entries using the APIJeremy Benoist2015-08-201-0/+25
|
* CSJeremy Benoist2015-05-301-4/+4
|
* Fix testsJeremy2015-04-011-4/+4
|
* Move API stuff in ApiBundleJeremy2015-04-011-0/+410