Example #1
0
 public function testGetWeekendDays()
 {
     $this->assertSame([Date::SATURDAY, Date::SUNDAY], Date::getWeekendDays());
 }