Пример #1
0
 /**
  * @dataProvider methodDataProvider
  */
 public function testMethod($year, $expected)
 {
     $this->assertEquals($expected, Calender::isEthiopianLeapYear($year));
 }