コード例 #1
0
ファイル: DeploymentTest.php プロジェクト: rodrigorm/godeploy
 public function testDeploymentStatusGetAndSet()
 {
     $test = new GD_Model_DeploymentStatus();
     $obj = new GD_Model_Deployment();
     $obj->setDeploymentStatus($test);
     $this->assertSame($test, $obj->getDeploymentStatus());
 }