示例#1
0
 public function testSetAndGetHardend()
 {
     $this->facet->setHardend(true);
     $this->assertEquals(true, $this->facet->getHardend());
 }