aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Add test for RabbitMQJeremy Benoist2016-09-114-0/+63
| | | | Also update Symfony deps
* Add ability to define created_at for all importJeremy Benoist2016-09-113-0/+15
| | | | | | At the moment only Readability & wallabag v2 import allow created_at import. Pocket removed `time_added` field from their API v2 to v3... And wallabag v1 doesn't export that value.
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-0/+122
|
* Fix import count testsJeremy Benoist2016-09-011-1/+1
|
* Change the way to login user in testsJeremy Benoist2016-06-241-7/+50
| | | | | | | | | 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-224-0/+318