JoliTypo\Tests\Fixer\SmartQuotesTest::testBadConfig PHP Method

testBadConfig() public method

public testBadConfig ( )
    public function testBadConfig()
    {
        $fixer = new Fixer\SmartQuotes('unknown');
        $fixer->fix("nope");
    }