JoliTypo\Tests\Fixer\EnglishQuotesTest::testSmartQuoteConfig PHP Method

testSmartQuoteConfig() public method

    public function testSmartQuoteConfig()
    {
        $fixer = new Fixer\SmartQuotes('en');
        $this->basicStringsAsserts($fixer);
    }