nextcloud-server/tests
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 +07:00
..
Core feat(app framework)!: Inject services into controller methods 2023-01-18 14:00:38 +07:00
Test/Repair/Owncloud remove InstallCoreBundle repair step 2022-09-22 13:24:06 +07:00
acceptance Focus trap contacts menu with NcHeaderMenu port 2023-01-13 23:19:28 +07:00
apps
blueprints use blueprint from repo 2022-06-30 15:52:33 +07:00
data Update avatars on update 2022-09-09 14:23:41 +07:00
docker Use strict 2021-04-26 12:45:12 +07:00
lib feat(app framework)!: Inject services into controller methods 2023-01-18 14:00:38 +07:00
objectstore
travis
apps.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
bootstrap.php Use a blank line after the opening tag 2020-04-09 11:50:14 +07:00
drone-run-integration-tests.sh Run integration tests on 3rdparty bump 2022-11-11 07:54:26 +07:00
drone-run-php-tests.sh Run php tests when 3rdparty changed 2022-06-10 14:20:43 +07:00
drone-wait-objectstore.sh Use minio for s3 tests 2021-07-01 08:22:24 +07:00
enable_all.php
jestSetup.js Fix node tests ci 2022-05-30 10:54:45 +07:00
karma.config.js Fix jsunit 2022-05-13 16:13:01 +07:00
phpunit-autotest-external.xml
phpunit-autotest.xml Migrate phpunit configuration to new format 2022-05-09 11:51:14 +07:00
preseed-config.php Use minio for s3 tests 2021-07-01 08:22:24 +07:00
redis-cluster.config.php
redis.config.php
startsessionlistener.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00