Code Duplication    Length = 11-11 lines in 2 locations

eZ/Publish/Core/MVC/Symfony/Matcher/Tests/Block/MultipleValuedTest.php 1 location

@@ 40-50 (lines=11) @@
37
     *
38
     * @return array
39
     */
40
    public function matchingConfigProvider()
41
    {
42
        return [
43
            [
44
                'singleValue',
45
                ['one', 'two', 'three'],
46
                [123, 'nous irons au bois'],
47
                456,
48
            ],
49
        ];
50
    }
51
52
    /**
53
     * @covers \eZ\Publish\Core\MVC\RepositoryAware::setRepository

eZ/Publish/Core/MVC/Symfony/Matcher/Tests/ContentBased/MultipleValuedTest.php 1 location

@@ 38-48 (lines=11) @@
35
     *
36
     * @return array
37
     */
38
    public function matchingConfigProvider()
39
    {
40
        return [
41
            [
42
                'singleValue',
43
                ['one', 'two', 'three'],
44
                [123, 'nous irons au bois'],
45
                456,
46
            ],
47
        ];
48
    }
49
50
    /**
51
     * @covers \eZ\Publish\Core\MVC\RepositoryAware::setRepository