1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Replace RabbitMQ injection with CraueConfiguration

This commit is contained in:
Nicolas Lœuillet 2016-02-15 21:30:55 +01:00 committed by Jeremy Benoist
parent e31ee20dd7
commit 40d2a29443
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 13 additions and 4 deletions

View file

@ -75,7 +75,6 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase
$this->em,
$this->contentProxy,
$config,
$rabbitMQ,
$this->producer
);