CC-5651: Unit Test the Scheduler
Added test for deleting repeating show instances
This commit is contained in:
parent
a658dbf27c
commit
0b4ae6b94d
7 changed files with 382 additions and 4 deletions
|
@ -150,4 +150,9 @@ Class ShowData
|
|||
"add_show_day_check" => array(5)
|
||||
);
|
||||
}
|
||||
|
||||
public static function getWeeklyRepeatDays()
|
||||
{
|
||||
return array(1,2,3,4,5);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue