示例#1
0
 public function testIdGetAndSet()
 {
     $obj = new GD_Model_Deployment();
     $obj->setId(5);
     $this->assertSame(5, $obj->getId());
 }