Exemplo n.º 1
0
 /**
  * @dataProvider data_atEndOfMonth
  */
 public function test_atEndOfMonth(YearMonth $test, LocalDate $expected)
 {
     $this->assertEquals($test->atEndOfMonth(), $expected);
 }