JoliTypo\Tests\Fixer\FrenchQuotesTest::testSmartQuoteFrenchConfig PHP 메소드

testSmartQuoteFrenchConfig() 공개 메소드

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