aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+36
| | | | Also update Symfony deps
* Avoid breaking import when fetching failJeremy Benoist2016-08-201-0/+40
| | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty.
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+146