示例#1
0
 public function testSetConfigSetsStateAndRules()
 {
     $config = $this->getConfig();
     $inflector = new InflectorFilter();
     $inflector->setConfig($config);
     $this->_testOptions($inflector);
 }