Author: Matthieu Bilbille (@mbibille)
Author: Axel Bodart (@akeru)
Example #1
0
 public function testConversionToWesternYearKanaMeji10()
 {
     $this->setExpectedException('Exception');
     Converter::toWesternYear('めじ10');
     $this->setExpectedException(null);
 }