JoliTypo\Tests\Fixer\FrenchQuotesTest::testSimpleString PHP Method

testSimpleString() public method

public testSimpleString ( )
    public function testSimpleString()
    {
        $fixer = new Fixer\FrenchQuotes();
        $this->assertInstanceOf('JoliTypo\\Fixer\\FrenchQuotes', $fixer);
        $this->basicStringsAsserts($fixer);
    }