public function testSetGetName()
 {
     $this->phase->setName("crazy");
     $this->assertEquals("crazy", $this->phase->getName());
 }