]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
Add more tests
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 18:24:04 +0000 (20:24 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 20:15:31 +0000 (22:15 +0200)
commit015c7a8359c950f9621b38b11c3973860a981da8
treec9564ff38242df100e19f2de77d8d640599c0ea2
parent7d862f83b95d24b4f081d73ca7b0bdf4435ae008
Add more tests

And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
src/Wallabag/ImportBundle/Command/RedisWorkerCommand.php
src/Wallabag/ImportBundle/Controller/ReadabilityController.php
src/Wallabag/ImportBundle/Controller/WallabagController.php
src/Wallabag/ImportBundle/Form/Type/UploadImportType.php
tests/Wallabag/ImportBundle/Command/RedisWorkerCommandTest.php [new file with mode: 0644]
tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php