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

testTransliterateToRomajiWithNihonWhenLongVowels() 공개 메소드

    public function testTransliterateToRomajiWithNihonWhenLongVowels()
    {
        $result = self::$nihon->transliterate('がっこう');
        $this->assertEquals('gakkô', $result);
    }
TransliteratorTest