public function testIfCustomPathNotUsed()
 {
     $this->configMock->expects($this->once())->method('getValue')->with('admin/url/use_custom_path')->will($this->returnValue(false));
     $this->assertEquals($this->_defaultFrontName, $this->model->getFrontName());
 }