wallabag/tests/Wallabag/ApiBundle/Controller
Jeremy Benoist 645291e8fe
Add ability to patch an entry with more fields
Like when we create an entry, we can now patch an entry with new fields:
- content
- language
- preview_picture
- published_at
- authors
2017-06-02 20:52:49 +02:00
..
DeveloperControllerTest.php Isolated tests 2017-05-31 16:03:54 +02:00
EntryRestControllerTest.php Add ability to patch an entry with more fields 2017-06-02 20:52:49 +02:00
TagRestControllerTest.php Isolated tests 2017-05-31 16:03:54 +02:00
UserRestControllerTest.php Avoid side effect on other tests 2017-05-30 09:57:57 +02:00
WallabagRestControllerTest.php Exploded WallabagRestController into many controllers 2016-10-28 14:46:30 +02:00