示例#1
0
 public function testDeploymentStatusGetAndSet()
 {
     $test = new GD_Model_DeploymentStatus();
     $obj = new GD_Model_Deployment();
     $obj->setDeploymentStatus($test);
     $this->assertSame($test, $obj->getDeploymentStatus());
 }