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 5c9913f commit df56351Copy full SHA for df56351
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -1052,6 +1052,7 @@ private function assertCachePoolServiceDefinitionIsCreated(ContainerBuilder $con
1052
if (ChainAdapter::class === $parentDefinition->getClass()) {
1053
break;
1054
}
1055
+ // no break
1056
case 'cache.adapter.filesystem':
1057
$this->assertSame(FilesystemAdapter::class, $parentDefinition->getClass());
1058
0 commit comments