Exemple #1
0
 public function testGetDescriptionReturnsNullIfDateNotSet()
 {
     $entry = new Writer\Entry();
     $this->assertTrue(is_null($entry->getDescription()));
 }