wallabag/tests/Wallabag/CoreBundle
Jeremy Benoist 6aca334d53
Move to controller as a service
Mostly using autowiring to inject deps.
The only tricky part was for import because all producer use the same class and have a different alias. So we must write them down in the service definition, autowiring doesn't work in that case.

Usually:
- if a controller has a constructor, it means injected services are at least re-used once in actions
- otherwise, service are injected per action
2022-12-19 10:38:08 +01:00
..
Command Update all Doctrine deps 2022-12-16 10:29:42 +01:00
Controller Fix CS 2022-12-13 10:26:51 +01:00
Entity Use lang attribute 2020-01-23 21:21:54 +01:00
Event Update all Doctrine deps 2022-12-16 10:29:42 +01:00
fixtures Add support to download SVG locally 2022-10-18 11:14:45 +02:00
Form/DataTransformer Add missing TestCase namespace 2017-12-18 13:29:33 +01:00
GuzzleSiteAuthenticator Upgrade to Symfony 4.4 2022-11-29 18:01:46 -08:00
Helper Cleanup 2022-11-23 15:51:33 +01:00
ParamConverter Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
Tools Counting two characters together as a word in CJK 2019-01-06 01:21:13 +08:00
Twig Move to controller as a service 2022-12-19 10:38:08 +01:00
WallabagCoreTestCase.php Upgrade to Symfony 4.4 2022-11-29 18:01:46 -08:00