JoliTypo\Tests\Fixer\HyphenTest::testNonExistingLocale PHP Method

testNonExistingLocale() public method

    public function testNonExistingLocale()
    {
        $fixer = new Fixer\Hyphen('toto');
        $this->assertEquals('Test', $fixer->fix('Test'));
        $this->assertEquals('Cordialement', $fixer->fix('Cordialement'));
    }