Inheritance: extends BaseOpenClosePair, implements JoliTypo\FixerInterface, implements JoliTypo\LocaleAwareFixerInterface
コード例 #1
0
ファイル: SmartQuotesTest.php プロジェクト: jolicode/jolitypo
 /**
  * @expectedException \JoliTypo\Exception\BadFixerConfigurationException
  */
 public function testBadConfig()
 {
     $fixer = new Fixer\SmartQuotes('unknown');
     $fixer->fix("nope");
 }