Code Duplication    Length = 13-13 lines in 2 locations

Tests/Unit/DependencyInjection/Compiler/HashGeneratorPassTest.php 1 location

@@ 103-115 (lines=13) @@
100
        )));
101
    }
102
103
    protected function getBaseConfig()
104
    {
105
        return array(
106
            'proxy_client' => array(
107
                'varnish' => array(
108
                    'base_url' => 'my_hostname',
109
                    'servers' => array(
110
                        '127.0.0.1',
111
                    ),
112
                ),
113
            ),
114
        );
115
    }
116
}
117

Tests/Unit/DependencyInjection/FOSHttpCacheExtensionTest.php 1 location

@@ 379-391 (lines=13) @@
376
        return $container;
377
    }
378
379
    protected function getBaseConfig()
380
    {
381
        return array(
382
            'proxy_client' => array(
383
                'varnish' => array(
384
                    'base_url' => 'my_hostname',
385
                    'servers' => array(
386
                        '127.0.0.1',
387
                    ),
388
                ),
389
            ),
390
        );
391
    }
392
393
    /**
394
     * @param ContainerBuilder $container