CC-5651: Unit Test the Scheduler

* Improved bootstrapping, fixed a bunch of errors
* Start a session, got Zend_Application working
This commit is contained in:
Albert Santoni 2013-12-19 11:09:49 -05:00 committed by drigato
parent 37a95519c1
commit e4cdce9ff2
2 changed files with 7 additions and 1 deletions

View file

@ -36,4 +36,8 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
require_once 'Zend/Application.php';
require_once 'Zend/Config.php';
require_once 'Zend/Session.php';
#require_once 'DatabaseTestCase.php';
//Start the Session TODO: Move to an _initSession() function in a class
Zend_Session::start();