public function testConstruct()
 {
     $comment = new Comment();
     $this->assertInstanceOf('\\DateTime', $comment->getDate());
     $this->assertEquals(null, $comment->getEditDate());
 }