示例#1
0
 public function testSetPositionId()
 {
     $this->lot->setPositionId(5);
     $this->assertEquals(5, $this->lot->getPositionId());
 }