aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use namespaced PHPUnit classesJeremy Benoist2017-12-181-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Import: we now skip messages when user is nullNicolas LÅ“uillet2017-02-201-1/+1
|
* Add entry.saved event to import & restJeremy Benoist2016-11-021-3/+30
|
* Fix testJeremy Benoist2016-10-201-1/+1
|
* Add more testsJeremy Benoist2016-09-111-0/+1
| | | | 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-0/+224
- 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` -