forked from wallabag/wallabag
fix tests
This commit is contained in:
committed by
Jeremy Benoist
parent
2c61db30b7
commit
64b1229b2d
@ -107,12 +107,12 @@ services:
|
||||
- "@wallabag_core.redis.client"
|
||||
- "wallabag.import.chrome"
|
||||
|
||||
wallabag_import.producer.redis.firefox:
|
||||
wallabag_import.producer.redis.chrome:
|
||||
class: Wallabag\ImportBundle\Redis\Producer
|
||||
arguments:
|
||||
- "@wallabag_import.queue.redis.chrome"
|
||||
|
||||
wallabag_import.consumer.redis.firefox:
|
||||
wallabag_import.consumer.redis.chrome:
|
||||
class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
|
||||
arguments:
|
||||
- "@doctrine.orm.entity_manager"
|
||||
|
||||
Reference in New Issue
Block a user