Exemplo n.º 1
0
 public function testGetProjectCreated()
 {
     $project = new Project();
     $this->assertEquals($project->getCreated(), null);
 }