]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/ImportBundle/Consumer/AMQPEntryConsumerTest.php
Add test for RabbitMQ
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 9 Sep 2016 16:02:29 +0000 (18:02 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 19:58:56 +0000 (21:58 +0200)
commit13470c3596d0b1490bbf18b39128a05bbb3c7f3e
tree962028a191b644653e6c9b2b536189ded89c3017
parent8664069e1aa2fa89e17587308a03f2720c20327a
Add test for RabbitMQ

Also update Symfony deps
app/config/parameters_test.yml
src/Wallabag/ImportBundle/Import/PocketImport.php
tests/Wallabag/ImportBundle/Consumer/AMPQ/EntryConsumerTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/Controller/PocketControllerTest.php
tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
tests/Wallabag/ImportBundle/Import/PocketImportTest.php
tests/Wallabag/ImportBundle/Import/ReadabilityImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php