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

testTransliterateToRomajiWithKunreiWhenNFollowedByVowel() public method

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