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 ba82c4e commit b9d472dCopy full SHA for b9d472d
tests/DependencyInjection/DoctrineCacheExtensionTest.php
@@ -26,7 +26,7 @@ protected function getContainerExtensions()
26
27
public function testThatProvidersExists()
28
{
29
- $providers = ['foo' => ['factory' => 'cache.factory.redis']];
+ $providers = ['foo' => ['factory' => 'cache.factory.array']];
30
$this->load(['providers' => $providers]);
31
32
$this->assertContainerBuilderHasService('cache.provider.foo', DummyAdapter::class);
0 commit comments