Example #1
0
 public function testGetUpdatedAt()
 {
     $project = new Project();
     $this->assertNull($project->getUpdatedAt());
 }