JoliTypo\Tests\FrenchTest::testFixFullTextShort PHP Method

testFixFullTextShort() public method

    public function testFixFullTextShort()
    {
        $fixer = new Fixer($this->fr_fixers);
        $fixer->setLocale('fr');
        $this->assertInstanceOf('JoliTypo\\Fixer', $fixer);
        $this->assertEquals(self::FIXED, $fixer->fix(self::TOFIX));
    }