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

testTransliterateToRomajiWithWapuroWhenLongVowels() public method

    public function testTransliterateToRomajiWithWapuroWhenLongVowels()
    {
        $result = self::$wapuro->transliterate('がっこう');
        $this->assertEquals('gakkou', $result);
    }
TransliteratorTest