public function testSetAndGetHardend() { $this->facet->setHardend(true); $this->assertEquals(true, $this->facet->getHardend()); }