Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit fa9e0e4

Browse files
localheinzGianluca Arbezzano
authored andcommitted
Fix: Remove assertion that isModule() is never called
1 parent 4eecbc3 commit fa9e0e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

module/ZfModule/test/ZfModuleTest/Integration/Controller/IndexControllerTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ public function testIndexActionRendersUnregisteredModulesOnly()
116116
->getMock()
117117
;
118118

119-
$moduleService
120-
->expects($this->never())
121-
->method('isModule')
122-
;
123-
124119
$moduleMapper = $this->getMockBuilder(Mapper\Module::class)
125120
->disableOriginalConstructor()
126121
->getMock()
@@ -314,11 +309,6 @@ public function testOrganizationActionRendersUnregisteredModulesOnly()
314309
->getMock()
315310
;
316311

317-
$moduleService
318-
->expects($this->never())
319-
->method('isModule')
320-
;
321-
322312
$moduleMapper = $this->getMockBuilder(Mapper\Module::class)
323313
->disableOriginalConstructor()
324314
->getMock()

0 commit comments

Comments
 (0)