aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/PocketControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-12/+12
|
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-241-0/+1
|
* Enable Redis async importJeremy Benoist2016-09-111-2/+17
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+15
| | | | Also update Symfony deps
* Change the way to login user in testsJeremy Benoist2016-06-241-7/+50
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+65