wallabag/tests/Wallabag/CoreBundle/Controller
Jeremy Benoist fdc90ceb17 Change the way to login user in tests
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
2016-06-24 11:55:47 +02:00
..
ConfigControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
DeveloperControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
EntryControllerTest.php Add some tests about readingTime 2016-06-23 10:46:47 +02:00
ExportControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
RssControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
SecurityControllerTest.php Change the way to login user in tests 2016-06-24 11:55:47 +02:00
SettingsControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
StaticControllerTest.php Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
TagControllerTest.php Change the way to login user in tests 2016-06-24 11:55:47 +02:00