Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
9
2017/web/core/modules/simpletest/simpletest.services.yml
Normal file
9
2017/web/core/modules/simpletest/simpletest.services.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
test_discovery:
|
||||
class: Drupal\simpletest\TestDiscovery
|
||||
arguments: ['@app.root', '@class_loader', '@module_handler']
|
||||
cache_context.test_discovery:
|
||||
class: Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
|
||||
arguments: ['@test_discovery', '@private_key']
|
||||
tags:
|
||||
- { name: cache.context}
|
Reference in a new issue