示例#1
0
 public function testCommentGetAndSet()
 {
     $obj = new GD_Model_Deployment();
     $obj->setComment("Test");
     $this->assertSame("Test", $obj->getComment());
 }