Code Duplication    Length = 7-7 lines in 2 locations

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

@@ 985-991 (lines=7) @@
982
    /**
983
     * @return array
984
     */
985
    public function provideCountByParentId()
986
    {
987
        return array(
988
            array('fixture_page_contact', '2', 0),
989
            array('root', '2', 15)
990
        );
991
    }
992
993
    /**
994
     * @param string $nodeId
@@ 1008-1014 (lines=7) @@
1005
    /**
1006
     * @return array
1007
     */
1008
    public function provideCountById()
1009
    {
1010
        return array(
1011
            array('fixture_page_contact', '2', 3),
1012
            array('root', '2', 5)
1013
        );
1014
    }
1015
1016
    /**
1017
     * Test update embedded status