JoliTypo\Tests\EnglishTest::testFixFullText PHP Method

testFixFullText() public method

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