CC-5651: Unit Test the Scheduler

Added test for deleting repeating show instances
This commit is contained in:
drigato 2014-01-14 14:16:37 -05:00
parent a658dbf27c
commit 0b4ae6b94d
7 changed files with 382 additions and 4 deletions

View file

@ -150,4 +150,9 @@ Class ShowData
"add_show_day_check" => array(5)
);
}
public static function getWeeklyRepeatDays()
{
return array(1,2,3,4,5);
}
}