Ejemplo n.º 1
0
 public function testSetDescription()
 {
     $projectStatus = new ProjectStatus();
     $projectStatus->setDescription('The setup phase');
     $this->assertEquals('The setup phase', $projectStatus->getDescription());
 }