wallabag/tests/Wallabag/ImportBundle/Import
Jeremy Benoist ef75e1220e
Send every imported item to the queue
Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format.
Then, the worker retrieve that information, find / create the entry and save it.
2016-09-11 21:57:46 +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 Send every imported item to the queue 2016-09-11 21:57:46 +02:00
ReadabilityImportTest.php Add tests on ReadabilityImport 2016-09-01 13:39:41 +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