JpnForPhp\Tests\Transliterator\TransliteratorTest::testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant PHP 메소드

testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant() 공개 메소드

    public function testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant()
    {
        $result = self::$hepburn->transliterate('あんない');
        $this->assertEquals('annai', $result);
    }
TransliteratorTest