示例#1
0
 public function testSetAndGetPrefix()
 {
     $this->facet->setPrefix('xyz');
     $this->assertEquals('xyz', $this->facet->getPrefix());
 }