module_test.services.yml in Drupal 10
Same filename and directory in other branches
core/modules/system/tests/modules/module_test/module_test.services.yml
File
core/modules/system/tests/modules/module_test/module_test.services.ymlView source
- services:
- # Tests module uninstall
- plugin.manager.module_test.cache_clear_test:
- class: Drupal\module_test\PluginManagerCacheClearer
- arguments: ['@state', '@?logger.dblog']
- tags:
- - { name: plugin_manager_cache_clear }