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:
parent
60f80dbb57
commit
75eb76062f
6 changed files with 154 additions and 63 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue