Code Duplication    Length = 7-7 lines in 2 locations

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

@@ 948-954 (lines=7) @@
945
    /**
946
     * @return array
947
     */
948
    public function provideCountByParentId()
949
    {
950
        return array(
951
            array('fixture_page_contact', '2', 0),
952
            array('root', '2', 15)
953
        );
954
    }
955
956
    /**
957
     * @param string $nodeId
@@ 971-977 (lines=7) @@
968
    /**
969
     * @return array
970
     */
971
    public function provideCountById()
972
    {
973
        return array(
974
            array('fixture_page_contact', '2', 3),
975
            array('root', '2', 5)
976
        );
977
    }
978
979
    /**
980
     * Test update embedded status