aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* CS & improve tags assertionsJeremy Benoist2017-05-311-1/+5
|
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-1/+1
|
* Fix testsJeremy Benoist2016-11-171-5/+5
|
* Put log in the most common failure testsJeremy Benoist2016-11-171-3/+3
| | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-1/+0
|
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-241-0/+1
|
* Add more “real” testsJeremy Benoist2016-09-131-10/+29
|
* Add more testsJeremy Benoist2016-09-111-0/+17
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-111-2/+18
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+16
| | | | Also update Symfony deps
* Add ability to define created_at for all importJeremy Benoist2016-09-111-0/+7
| | | | | | 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