JpnForPhp\Tests\Transliterator\TransliteratorTest::testTransliterateToRomajiWithHepburnWhenNFollowedByLabialConsonant PHP Method

testTransliterateToRomajiWithHepburnWhenNFollowedByLabialConsonant() public method

    public function testTransliterateToRomajiWithHepburnWhenNFollowedByLabialConsonant()
    {
        $result = self::$hepburn->transliterate('ぐんま');
        $this->assertEquals('gunma', $result);
    }
TransliteratorTest