CC-5651: Unit Test the Scheduler

* Added a beastly unit test for Application_Model_Schedule::isFileScheduledInTheFuture
This commit is contained in:
Albert Santoni 2014-02-05 15:37:47 -05:00
parent dfc4c2f308
commit 296adfdb24
5 changed files with 108 additions and 9 deletions

View file

@ -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)
);
}
}
}