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

testTransliterateToRomajiWithHepburnWhenLongVowels() public method

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