예제 #1
0
 public function testCreateRssXmlError()
 {
     $this->model->_addHeader(['test']);
     $this->assertEquals('Error in processing xml. title key is missing', $this->model->createRssXml());
 }