コード例 #1
0
ファイル: HRJobSyntaxTest.php プロジェクト: JoeMurray/civihr
 public static function toBeSkipped_updatesingle($sequential = FALSE)
 {
     $entitiesWithout = parent::toBeSkipped_updatesingle(TRUE);
     $entities = array_merge($entitiesWithout, array('HRJobHealth', 'HRJobHour', 'HRJobLeave', 'HRJobPay', 'HRJobPension'));
     return $entities;
 }
コード例 #2
0
 /**
  * At this stage exclude the ones that don't pass & add them as we can troubleshoot them
  * This function will override the parent function.
  * This function will skip 'HRAbsence' entities
  */
 public static function toBeSkipped_updatesingle($sequential = FALSE)
 {
     $entitiesWithout = parent::toBeSkipped_updatesingle(TRUE);
     $entities = array_merge($entitiesWithout, array('HRAbsence'));
     return $entities;
 }