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.
2 parents 1ba5ce4 + df56351 commit 17eb0cfCopy full SHA for 17eb0cf
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -1104,6 +1104,7 @@ private function assertCachePoolServiceDefinitionIsCreated(ContainerBuilder $con
1104
if (ChainAdapter::class === $parentDefinition->getClass()) {
1105
break;
1106
}
1107
+ // no break
1108
case 'cache.adapter.filesystem':
1109
$this->assertSame(FilesystemAdapter::class, $parentDefinition->getClass());
1110
0 commit comments