function testGetIntlDayOfWeekForSuturday()
 {
     $date = new lmbDateTime('2005-01-15');
     $this->assertEqual($date->getIntlDayOfWeek(), 5);
 }