@@ -103,6 +103,9 @@ |
||
| 103 | 103 | ); |
| 104 | 104 | } |
| 105 | 105 | |
| 106 | + /** |
|
| 107 | + * @return \ParserHooks\HookHandler |
|
| 108 | + */ |
|
| 106 | 109 | protected function getHookHandler() { |
| 107 | 110 | $hookHandler = $this->getMock( 'ParserHooks\HookHandler' ); |
| 108 | 111 | |