Пример #1
0
 public function testSetAndGetMethod()
 {
     $this->_facet->setMethod('enum');
     $this->assertEquals('enum', $this->_facet->getMethod());
 }