JoliTypo\Tests\Fixer\EnglishQuotesTest::testSmartQuoteConfig PHP Метод

testSmartQuoteConfig() публичный Метод

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