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

testTransliterateToRomajiWithHepburn() public method

    public function testTransliterateToRomajiWithHepburn()
    {
        $result = self::$hepburn->transliterate('くるま');
        $this->assertEquals('kuruma', $result);
    }
TransliteratorTest