aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add Pinboard importJeremy Benoist2016-11-041-0/+5
|
* Add Instapaper importJeremy Benoist2016-09-271-0/+4
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Added tags for Firefox importNicolas Lœuillet2016-09-261-0/+1
|
* Update Firefox fileJeremy Benoist2016-09-251-59/+60
| | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
* Added tests for Chrome bookmarks importNicolas Lœuillet2016-09-252-0/+36
|
* Indentation and renamed fixtures fileNicolas Lœuillet2016-09-251-0/+0
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+61
|
* Enable Redis on TravisJeremy Benoist2016-09-111-8/+159
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Export dates from entriesJeremy Benoist2016-09-082-0/+52
|
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-0/+25
|
* Add Readability importJeremy Benoist2016-09-011-0/+25
| | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
* Avoid breaking import when fetching failJeremy Benoist2016-08-201-0/+0
| | | | | | | | | 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.
* Change the way to login user in testsJeremy Benoist2016-06-241-0/+0
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Jump to Symfony 3.1Jeremy Benoist2016-06-226-0/+496