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

testTransliterateToRomajiWithHepburn() public méthode

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