|
@@ -48,8 +48,8 @@ discard block |
|
|
block discarded – undo |
|
48
|
48
|
|
|
49
|
49
|
// the config wll return the actually called config and then the virtual hook config |
|
50
|
50
|
$config->expects($this->exactly(2)) |
|
51
|
|
- ->method('getHookConfig') |
|
52
|
|
- ->willReturnOnConsecutiveCalls($hookConfig, $vHookConfig); |
|
|
51
|
+ ->method('getHookConfig') |
|
|
52
|
+ ->willReturnOnConsecutiveCalls($hookConfig, $vHookConfig); |
|
53
|
53
|
|
|
54
|
54
|
$io->expects($this->atLeast(1))->method('write'); |
|
55
|
55
|
|
|
@@ -81,8 +81,8 @@ discard block |
|
|
block discarded – undo |
|
81
|
81
|
|
|
82
|
82
|
// the config wll return the actually called config and then the virtual hook config |
|
83
|
83
|
$config->expects($this->exactly(2)) |
|
84
|
|
- ->method('getHookConfig') |
|
85
|
|
- ->willReturnOnConsecutiveCalls($hookConfig, $vHookConfig); |
|
|
84
|
+ ->method('getHookConfig') |
|
|
85
|
+ ->willReturnOnConsecutiveCalls($hookConfig, $vHookConfig); |
|
86
|
86
|
|
|
87
|
87
|
$io->expects($this->atLeast(1))->method('write'); |
|
88
|
88
|
|
Please login to merge, or discard this patch.