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

Commit 196c526

Browse files
zachmullencpatrick
authored andcommitted
BUG: refs #0339. Fix folder model test failure
1 parent 38585f8 commit 196c526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tests/models/base/FolderModelTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public function setUp()
2222
$this->_daos = array(
2323
'Folder'
2424
);
25+
Zend_Registry::set('modulesEnable', array());
26+
Zend_Registry::set('notifier', new MIDAS_Notifier(false, null));
2527
parent::setUp();
2628
}
2729

0 commit comments

Comments
 (0)