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

Commit 7f00811

Browse files
author
Michael Grauer
committed
BUG: Refs #0298. Removed installModule command, as they have all been installed.
After changes to the testing infrastructure, at configure time all modules will have already been installed, so there is no need to install them here. Additional changes to this section will most likely be necessary.
1 parent 79b8585 commit 7f00811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ControllerTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ private function _initModule()
141141
{
142142
require_once BASE_PATH . "/modules/".$route."/models/AppModel.php";
143143
}
144-
$utilityComponent->installModule($nameModule);
145144
}
146145
Zend_Registry::set('modulesEnable', $listeModule);
147146
}

0 commit comments

Comments
 (0)