wallabag/tests/Wallabag/ImportBundle/Import
Jeremy Benoist 19d9efab32
Avoid breaking import when fetching fail
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.
2016-08-20 01:17:26 +02:00
..
ImportChainTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ImportCompilerPassTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
PocketImportTest.php Avoid breaking import when fetching fail 2016-08-20 01:17:26 +02:00
WallabagV1ImportTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
WallabagV2ImportTest.php Avoid breaking import when fetching fail 2016-08-20 01:17:26 +02:00