JpnForPhp\Tests\Converter\ConverterTest::testConversionToJapaneseYearDefault600 PHP Method

testConversionToJapaneseYearDefault600() public method

    public function testConversionToJapaneseYearDefault600()
    {
        $this->setExpectedException('Exception');
        Converter::toJapaneseYear(600);
        $this->setExpectedException(null);
    }
ConverterTest