@@ -60,6 +60,10 @@ |
||
60 | 60 | } |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param Store $store |
|
65 | + * @param Options $options |
|
66 | + */ |
|
63 | 67 | private function addCallbackHandlers( $store, $options ) { |
64 | 68 | |
65 | 69 | $propertyRegistry = new PropertyRegistry(); |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace SBL\Tests; |
4 | 4 | |
5 | 5 | use SBL\BySubpageLinksFinder; |
6 | - |
|
7 | 6 | use SMW\DIWikiPage; |
8 | - |
|
9 | 7 | use Title; |
10 | 8 | |
11 | 9 | /** |
@@ -82,6 +82,9 @@ discard block |
||
82 | 82 | $this->doTestParserAfterTidyToBailOutEarly( $instance ); |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param HookRegistry $instance |
|
87 | + */ |
|
85 | 88 | private function doTestInitProperties( $instance ) { |
86 | 89 | |
87 | 90 | $handler = 'SMW::Property::initProperties'; |
@@ -96,6 +99,9 @@ discard block |
||
96 | 99 | ); |
97 | 100 | } |
98 | 101 | |
102 | + /** |
|
103 | + * @param HookRegistry $instance |
|
104 | + */ |
|
99 | 105 | private function doTestSkinTemplateOutputPageBeforeExec( $instance, $skin ) { |
100 | 106 | |
101 | 107 | $handler = 'SkinTemplateOutputPageBeforeExec'; |
@@ -112,6 +118,9 @@ discard block |
||
112 | 118 | ); |
113 | 119 | } |
114 | 120 | |
121 | + /** |
|
122 | + * @param HookRegistry $instance |
|
123 | + */ |
|
115 | 124 | private function doTestBeforePageDisplay( $instance, $outputPage, $skin ) { |
116 | 125 | |
117 | 126 | $handler = 'BeforePageDisplay'; |
@@ -126,6 +135,9 @@ discard block |
||
126 | 135 | ); |
127 | 136 | } |
128 | 137 | |
138 | + /** |
|
139 | + * @param HookRegistry $instance |
|
140 | + */ |
|
129 | 141 | private function doTestParserAfterTidy( $instance ) { |
130 | 142 | |
131 | 143 | $handler = 'ParserAfterTidy'; |
@@ -168,6 +180,9 @@ discard block |
||
168 | 180 | ); |
169 | 181 | } |
170 | 182 | |
183 | + /** |
|
184 | + * @param HookRegistry $instance |
|
185 | + */ |
|
171 | 186 | private function doTestParserAfterTidyToBailOutEarly( $instance ) { |
172 | 187 | |
173 | 188 | $handler = 'ParserAfterTidy'; |