Code Duplication    Length = 7-7 lines in 3 locations

tests/OpenOrchestra/Tests/Functional/ModelBundle/Repository/NodeRepositoryTest.php 3 locations

@@ 79-85 (lines=7) @@
76
    /**
77
     * @return array
78
     */
79
    public function provideLanguageLastVersionAndSiteIdNotPublished()
80
    {
81
        return array(
82
            array('fr', '2', '2', 3),
83
            array('fr', '1', '2', 3),
84
        );
85
    }
86
87
    /**
88
     * @param string $nodeId
@@ 105-111 (lines=7) @@
102
    /**
103
     * @return array
104
     */
105
    public function provideNodeLanguageLastVersionAndSiteId()
106
    {
107
        return array(
108
            array('fixture_auto_unpublish', 'fr', '2', '1'),
109
            array('fixture_page_news', 'fr', '2', '1'),
110
        );
111
    }
112
113
    /**
114
     * @param int    $countVersions
@@ 289-295 (lines=7) @@
286
    /**
287
     * @return array
288
     */
289
    public function provideForGetMenu()
290
    {
291
        return array(
292
            array('2', 4, '1', 'fr'),
293
            array('2', 4, '1', 'en'),
294
        );
295
    }
296
297
    /**
298
     * @param string $nodeId