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

testTransliterateToRomajiWithHepburnWhenParticles() public method

    public function testTransliterateToRomajiWithHepburnWhenParticles()
    {
        $result = self::$hepburn->transliterate('サッカーをやる');
        $this->assertEquals('sakkāwoyaru', $result);
    }
TransliteratorTest