CC-5651: Unit Test the Scheduler

Added test for a non-repeat and non-record show
Added a helper class
This commit is contained in:
drigato 2014-01-08 15:51:11 -05:00
parent 60f80dbb57
commit 75eb76062f
6 changed files with 154 additions and 63 deletions

View file

@ -46,6 +46,9 @@ set_include_path(APPLICATION_PATH . '/controllers/plugins' . PATH_SEPARATOR . ge
//test data
set_include_path(APPLICATION_PATH . '/../tests/application/testdata' . PATH_SEPARATOR . get_include_path());
//helper functions
set_include_path(APPLICATION_PATH . '/../tests/application/helpers' . PATH_SEPARATOR . get_include_path());
//Zend framework
if (file_exists('/usr/share/php/libzend-framework-php')) {
set_include_path('/usr/share/php/libzend-framework-php' . PATH_SEPARATOR . get_include_path());