Skip to content

Commit b9d472d

Browse files
committed
Use array factory in tests
1 parent ba82c4e commit b9d472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/DoctrineCacheExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function getContainerExtensions()
2626

2727
public function testThatProvidersExists()
2828
{
29-
$providers = ['foo' => ['factory' => 'cache.factory.redis']];
29+
$providers = ['foo' => ['factory' => 'cache.factory.array']];
3030
$this->load(['providers' => $providers]);
3131

3232
$this->assertContainerBuilderHasService('cache.provider.foo', DummyAdapter::class);

0 commit comments

Comments
 (0)