Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 6, 2013
1 parent 491c99b commit b747dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imp/test/Imp/Unit/Mime/Viewer/ItipTest.php
Expand Up @@ -73,6 +73,9 @@ public function tearDown()
public function _injectorGetInstance($interface)
{
switch ($interface) {
case 'Horde_Core_Hooks':
return new Horde_Core_Hooks();

case 'IMP_Contents':
if (!isset($this->_contents)) {
$contents= $this->getMock('IMP_Contents', array(), array(), '', false);
Expand Down

0 comments on commit b747dd7

Please sign in to comment.