예제 #1
0
 public function testGetContentReturnsNullIfDateNotSet()
 {
     $entry = new Writer\Entry();
     $this->assertTrue(is_null($entry->getContent()));
 }