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

testTransliterateToRomajiWithKunreiWhenLongVowels() public method

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