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

testTransliterateToRomajiWithKunreiWhenSSounds() public method

    public function testTransliterateToRomajiWithKunreiWhenSSounds()
    {
        $result = self::$kunrei->transliterate('ほしい');
        $this->assertEquals('hosii', $result);
    }
TransliteratorTest