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