8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0773c commit bfb0f18< D375 /path>Copy full SHA for bfb0f18
src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php
@@ -211,7 +211,7 @@ public function testChainAdapterPool()
211
->addTag('cache.pool');
212
$container->register('cache.chain', ChainAdapter::class)
213
->addArgument(['cache.adapter.array', 'cache.adapter.apcu'])
214
- ->addTag('cache.pool');
+ ->addTag('cache.pool', ['namespace' => 'custom_cache.ns']);
215
$container->setDefinition('cache.app', new ChildDefinition('cache.chain'))
216
217
$container->setDefinition('doctrine.result_cache_pool', new ChildDefinition('cache.app'))
0 commit comments