fix() public method

public fix ( $content, StateBag $stateBag = null )
$stateBag JoliTypo\StateBag
Beispiel #1
0
 /**
  * @expectedException \JoliTypo\Exception\BadFixerConfigurationException
  */
 public function testBadConfig()
 {
     $fixer = new Fixer\SmartQuotes('unknown');
     $fixer->fix("nope");
 }