Пример #1
0
 /**
  * Test 'setDateFormat' method.
  */
 public function testSetDateFormat()
 {
     $newFormat = 'Ymd';
     $this->sitemap->setDateFormat($newFormat);
     $this->assertEquals($newFormat, $this->sitemap->getDateFormat());
 }