CC-5651: Unit Test the Scheduler
* Added a beastly unit test for Application_Model_Schedule::isFileScheduledInTheFuture
This commit is contained in:
parent
dfc4c2f308
commit
296adfdb24
5 changed files with 108 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
Class ShowServiceData
|
||||
{
|
||||
//Just a regular show - Non repeating, and not a recording & rebroadcast show.
|
||||
public static function getNoRepeatNoRRData()
|
||||
{
|
||||
return array(
|
||||
|
@ -487,4 +488,4 @@ Class ShowServiceData
|
|||
"add_show_day_check" => array(5)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue