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

testTransliterateToRomajiWithWapuroWhenNFollowedByConsonant() public méthode

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