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

testTransliterateToKana41_2() public method

    public function testTransliterateToKana41_2()
    {
        $result = self::$hiragana->transliterate('NHKオンライン');
        $this->assertEquals('NHKオンライン', $result);
    }
TransliteratorTest