Code Duplication    Length = 3-3 lines in 2 locations

tests/Unit/DependencyInjection/HttplugExtensionTest.php 2 locations

@@ 37-39 (lines=3) @@
34
    {
35
        $this->load();
36
37
        foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) {
38
            $this->assertContainerBuilderHasAlias("httplug.$type", "httplug.$type.default");
39
        }
40
    }
41
42
    public function testConfigLoadClass()
@@ 64-66 (lines=3) @@
61
            ],
62
        ]);
63
64
        foreach (['client', 'message_factory', 'uri_factory', 'stream_factory'] as $type) {
65
            $this->assertContainerBuilderHasAlias("httplug.$type", "my_{$type}_service");
66
        }
67
    }
68
69
    public function testClientPlugins()