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

testSmartQuoteConfig() public method

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