Пример #1
0
 public function testSetAndGetHardend()
 {
     $this->_facet->setHardend(true);
     $this->assertEquals(true, $this->_facet->getHardend());
 }