示例#1
0
 public function testSetWasClosed()
 {
     $this->lot->setWasClosed(true);
     $this->assertTrue($this->lot->getWasClosed());
 }