Exemplo n.º 1
0
 public function testSettingValidEncodingShouldNotThrowExceptions()
 {
     foreach ($this->supportedEncodings as $value) {
         $helper = new EscapeHelper();
         $helper->setEncoding($value);
         $helper->getEscaper();
     }
 }