protected function willRunTests()
 {
     parent::willRunTests();
     id(new PhabricatorCalendarHoliday())->setDay('2012-01-02')->setName(pht('International Testing Day'))->save();
 }