Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Fix test database setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Oct 1, 2015
1 parent cf20d35 commit 86fe1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DatabaseSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function installCore($db, $dbType, $utilityComponent)
Zend_Registry::set('models', array());

$configCore = new Zend_Config_Ini(BASE_PATH.'/core/configs/core.ini', 'global');
Zend_Registry::set('configCore', $configCore);

/** @var ModuleModel $moduleModel */
$moduleModel = MidasLoader::loadModel('Module');
Expand Down

0 comments on commit 86fe1e8

Please sign in to comment.