Code Duplication    Length = 3-3 lines in 2 locations

tests/Unit/DependencyInjection/HttplugExtensionTest.php 2 locations

@@ 45-47 (lines=3) @@
42
    {
43
        $this->load();
44
45
        foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) {
46
            $this->assertContainerBuilderHasAlias("httplug.$type", "httplug.$type.default");
47
        }
48
    }
49
50
    public function testConfigLoadClass(): void
@@ 72-74 (lines=3) @@
69
            ],
70
        ]);
71
72
        foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) {
73
            $this->assertContainerBuilderHasAlias("httplug.$type", "my_{$type}_service");
74
        }
75
    }
76
77
    public function testClientPlugins(): void