From 2076b3c0696b087fd67e28110fa6bead857dbe02 Mon Sep 17 00:00:00 2001 From: drigato Date: Fri, 24 Jan 2014 11:39:15 -0500 Subject: [PATCH] CC-5651: Unit Test the Scheduler Add logging class to bootstrap --- airtime_mvc/tests/application/bootstrap.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airtime_mvc/tests/application/bootstrap.php b/airtime_mvc/tests/application/bootstrap.php index 55b1408da..7851dda2d 100644 --- a/airtime_mvc/tests/application/bootstrap.php +++ b/airtime_mvc/tests/application/bootstrap.php @@ -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.