public function testGetProjectUpdated()
 {
     $project = new Project();
     $this->assertEquals($project->getUpdated(), null);
 }