Files
iTop/lib/symfony/framework-bundle/Tests/Functional/app/CachePoolClear/config.yml
Pierre Goiffon ad821e7d9c N°2651 rollback gitignore for lib tests dirs
Too dangerous ! We'll work properly on this but for 2.8
2020-01-10 15:23:15 +01:00

23 lines
563 B
YAML

imports:
- { resource: ../config/default.yml }
services:
dummy:
class: Symfony\Bundle\FrameworkBundle\Tests\Fixtures\DeclaredClass
arguments: ['@cache.private_pool']
public: true
custom_clearer:
parent: cache.default_clearer
tags:
- name: kernel.cache_clearer
framework:
cache:
pools:
cache.private_pool: ~
cache.public_pool:
public: true
cache.pool_with_clearer:
public: true
clearer: custom_clearer