/**
  * @group ZF-8997
  */
 public function testPassingZendConfigObjectToSetConfigSetsStateAndRules()
 {
     $config = $this->getConfig();
     $inflector = new Zend_Filter_Inflector();
     $inflector->setOptions($config);
     $this->_testOptions($inflector);
 }