nextcloud/tests/Core
Christoph Wurst 20fcfb5739
feat(app framework)!: Inject services into controller methods
Usually Nextcloud DI goes through constructor injection. This has the
implication that each instance of a class builds the full DI tree. That
is the injected services, their services, etc. Occasionally there is a
service that is only needed for one controller method. Then the DI tree
is build regardless if used or not.

If services are injected into the method, we only build the DI tree if
that method gets executed.

This is also how Laravel allows injection.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-18 14:00:38 +01:00
..
Command Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
Controller feat(app framework)!: Inject services into controller methods 2023-01-18 14:00:38 +01:00
Data simplified tests 2021-02-09 15:48:37 +01:00
Middleware Fix tests 2022-02-23 11:01:58 +01:00
Service Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00