Gc\Component\NavigationTest::testGetBasePath PHP Метод

testGetBasePath() публичный Метод

Test
public testGetBasePath ( ) : void
Результат void
    public function testGetBasePath()
    {
        $this->object = new Navigation();
        $this->object->useActiveBranch(true);
        $this->object->setBasePath('/base/path');
        $this->assertEquals('/base/path', $this->object->getBasePath());
    }