JpnForPhp\Tests\Transliterator\TransliteratorTest::testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant PHP Méthode

testTransliterateToRomajiWithHepburnWhenNFollowedByConsonant() public méthode

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