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

testTransliterateToRomajiWithWapuroWhenNFollowedByVowel() public method

    public function testTransliterateToRomajiWithWapuroWhenNFollowedByVowel()
    {
        $result = self::$wapuro->transliterate('きんえん');
        $this->assertEquals('kinnenn', $result);
    }
TransliteratorTest