CC-5651: Unit Test the Scheduler

This commit is contained in:
drigato 2014-01-16 17:01:22 -05:00
parent 01ec611ae2
commit c329d54252
12 changed files with 183 additions and 1 deletions

View file

@ -40,6 +40,9 @@ set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_pat
//Services
set_include_path(APPLICATION_PATH . '/services' . PATH_SEPARATOR . get_include_path());
//models
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
//Controller plugins.
set_include_path(APPLICATION_PATH . '/controllers/plugins' . PATH_SEPARATOR . get_include_path());