Ejemplo n.º 1
0
 public function testGetDescriptionReturnsNullIfDateNotSet()
 {
     $writer = new Writer\Feed();
     $this->assertTrue(is_null($writer->getDescription()));
 }