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

testTransliterateToRomajiWithNihonWhenLongVowels() public method

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