Пример #1
0
 public function testGetCommentLinkReturnsNullIfDateNotSet()
 {
     $entry = new Writer\Entry();
     $this->assertTrue(is_null($entry->getCommentLink()));
 }