diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-02-15 21:30:55 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-11 21:57:09 +0200 |
commit | 40d2a29443df8ef6fdf1f2d09b5ba8808543c245 (patch) | |
tree | 2bc78f398472867864adddcf03bf62ac0c390083 /tests/Wallabag | |
parent | e31ee20dd7ed0f92e5c41c35a0876529d0b03436 (diff) | |
download | wallabag-40d2a29443df8ef6fdf1f2d09b5ba8808543c245.tar.gz wallabag-40d2a29443df8ef6fdf1f2d09b5ba8808543c245.tar.zst wallabag-40d2a29443df8ef6fdf1f2d09b5ba8808543c245.zip |
Replace RabbitMQ injection with CraueConfiguration
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/ImportBundle/Import/PocketImportTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Import/PocketImportTest.php b/tests/Wallabag/ImportBundle/Import/PocketImportTest.php index a0f943ee..5bf47d96 100644 --- a/tests/Wallabag/ImportBundle/Import/PocketImportTest.php +++ b/tests/Wallabag/ImportBundle/Import/PocketImportTest.php | |||
@@ -75,7 +75,6 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase | |||
75 | $this->em, | 75 | $this->em, |
76 | $this->contentProxy, | 76 | $this->contentProxy, |
77 | $config, | 77 | $config, |
78 | $rabbitMQ, | ||
79 | $this->producer | 78 | $this->producer |
80 | ); | 79 | ); |
81 | 80 | ||