CC-5651: Unit Test the Scheduler
* Mock config for database connections
This commit is contained in:
parent
e5d23ca900
commit
32e9edf644
3 changed files with 33 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue