CC-5651: Unit Test the Scheduler

* Mock config for database connections
This commit is contained in:
Albert Santoni 2013-12-19 11:40:35 -05:00 committed by drigato
parent e5d23ca900
commit 32e9edf644
3 changed files with 33 additions and 1 deletions

View file

@ -22,7 +22,6 @@ class ShowTest extends Zend_Test_PHPUnit_DatabaseTestCase
public function appBootstrap()
{
$this->application = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH .'/configs/application.ini');
Zend_Session::start();
$this->application->bootstrap();
}