public function testSetConfigSetsStateAndRules()
 {
     $config = $this->getConfig();
     $inflector = new Zend_Filter_Inflector();
     $inflector->setConfig($config);
     $this->_testOptions($inflector);
 }