CC-5651: Unit Test the Scheduler

Add logging class to bootstrap
This commit is contained in:
drigato 2014-01-24 11:39:15 -05:00
parent c04d8714bb
commit 2076b3c069
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../../install_minimal/include')
)));
require_once (APPLICATION_PATH."/logging/Logging.php");
Logging::setLogPath('/var/log/airtime/zendphp.log');
set_include_path(APPLICATION_PATH . '/common' . PATH_SEPARATOR . get_include_path());
//Propel classes.