@@ -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 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use ParamProcessor\ProcessedParam; |
6 | 6 | use ParamProcessor\ProcessingResult; |
7 | 7 | use Parser; |
8 | -use ParserHooks\FunctionRunner; |
|
9 | 8 | use ParserHooks\HookDefinition; |
10 | 9 | use ParserHooks\HookRegistrant; |
11 | 10 | use ParserHooks\HookRunner; |