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:
parent
37a95519c1
commit
e4cdce9ff2
2 changed files with 7 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue