Inheritance: extends BaseOpenClosePair, implements JoliTypo\FixerInterface, implements JoliTypo\LocaleAwareFixerInterface
Beispiel #1
0
 /**
  * @expectedException \JoliTypo\Exception\BadFixerConfigurationException
  */
 public function testBadConfig()
 {
     $fixer = new Fixer\SmartQuotes('unknown');
     $fixer->fix("nope");
 }