Gc\Component\NavigationTest::testRenderWithChildrenActivePageOnTheForthDocument PHP Method

testRenderWithChildrenActivePageOnTheForthDocument() public method

Test
    public function testRenderWithChildrenActivePageOnTheForthDocument()
    {
        Registry::get('Application')->getRequest()->getUri()->setPath('/url-key/children-key/second-child-key');
        $this->object = new Navigation();
        $this->object->useActiveBranch(true);
        $array = $this->object->render();
        $this->assertTrue(count($array) > 0);
    }