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

testTransliterateToRomajiWithHepburnWhenNFollowedByVowel() public method

    public function testTransliterateToRomajiWithHepburnWhenNFollowedByVowel()
    {
        $result = self::$hepburn->transliterate('きんえん');
        $this->assertEquals('kin\'en', $result);
    }
TransliteratorTest