Code Duplication    Length = 3-3 lines in 2 locations

tests/Unit/DependencyInjection/HttplugExtensionTest.php 2 locations

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