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

testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant() public method

    public function testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant()
    {
        $result = self::$hepburn->transliterate('あんăȘい');
        $this->assertEquals('annai', $result);
    }
TransliteratorTest