Пример #1
0
 public function testSetServerUrlWithSchemeAndPortAndHostAndPath()
 {
     $this->_helper->setServerUrl('http://sub.example.org:8080/foo/');
     $expected = $this->_getExpected('sitemap/serverurl2.xml');
     $this->assertEquals(trim($expected), $this->_helper->render());
 }