JpnForPhp\Tests\Transliterator\TransliteratorTest::testTransliterateToRomajiWithHepburnTraditionalWhenNFollowedByLabialConsonant PHP Méthode

testTransliterateToRomajiWithHepburnTraditionalWhenNFollowedByLabialConsonant() public méthode

    public function testTransliterateToRomajiWithHepburnTraditionalWhenNFollowedByLabialConsonant()
    {
        $result = self::$hepburn_traditional->transliterate('ぐんま');
        $this->assertEquals('gumma', $result);
    }
TransliteratorTest