simpletest.services.yml
File
-
core/
modules/ simpletest/ simpletest.services.yml
View source
- services:
- test_discovery:
- class: Drupal\simpletest\TestDiscovery
- arguments: ['@app.root', '@class_loader', '@module_handler']
- environment_cleaner_factory:
- class: Drupal\simpletest\EnvironmentCleanerFactory
- arguments: ['@service_container']
- environment_cleaner:
- class: Drupal\simpletest\EnvironmentCleanerService
- factory: 'environment_cleaner_factory:createCleaner'
- cache_context.test_discovery:
- class: Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
- arguments: ['@test_discovery', '@private_key']
- tags:
- - { name: cache.context}
Services
Title | Deprecated | Summary |
---|---|---|
cache_context.test_discovery | Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext | |
environment_cleaner | Drupal\simpletest\EnvironmentCleanerService | |
environment_cleaner_factory | Drupal\simpletest\EnvironmentCleanerFactory | |
test_discovery | Drupal\simpletest\TestDiscovery |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.