Gc\Component\NavigationTest::testGetBasePath PHP Method

testGetBasePath() public method

Test
public testGetBasePath ( ) : void
return void
    public function testGetBasePath()
    {
        $this->object = new Navigation();
        $this->object->useActiveBranch(true);
        $this->object->setBasePath('/base/path');
        $this->assertEquals('/base/path', $this->object->getBasePath());
    }