Completed
Push — master ( 43bf95...2d7f23 )
by mw
02:19
created
tests/phpunit/Unit/HookRegistryTest.php 1 patch
Doc Comments   +21 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@  discard block
 block discarded – undo
84 84
 		$this->doTestOutputPageParserOutput( $instance, $outputPage );
85 85
 	}
86 86
 
87
+	/**
88
+	 * @param HookRegistry $instance
89
+	 */
87 90
 	private function doTestInitProperties( $instance ) {
88 91
 
89 92
 		$handler = 'SMW::Property::initProperties';
@@ -102,6 +105,9 @@  discard block
 block discarded – undo
102 105
 		);
103 106
 	}
104 107
 
108
+	/**
109
+	 * @param HookRegistry $instance
110
+	 */
105 111
 	private function doTestSkinTemplateOutputPageBeforeExec( $instance, $skin ) {
106 112
 
107 113
 		$handler = 'SkinTemplateOutputPageBeforeExec';
@@ -118,6 +124,9 @@  discard block
 block discarded – undo
118 124
 		);
119 125
 	}
120 126
 
127
+	/**
128
+	 * @param HookRegistry $instance
129
+	 */
121 130
 	private function doTestBeforePageDisplay( $instance, $outputPage, $skin ) {
122 131
 
123 132
 		$handler = 'BeforePageDisplay';
@@ -132,6 +141,9 @@  discard block
 block discarded – undo
132 141
 		);
133 142
 	}
134 143
 
144
+	/**
145
+	 * @param HookRegistry $instance
146
+	 */
135 147
 	private function doTestParserAfterTidy( $instance ) {
136 148
 
137 149
 		$handler = 'ParserAfterTidy';
@@ -174,6 +186,9 @@  discard block
 block discarded – undo
174 186
 		);
175 187
 	}
176 188
 
189
+	/**
190
+	 * @param HookRegistry $instance
191
+	 */
177 192
 	private function doTestParserAfterTidyToBailOutEarly( $instance ) {
178 193
 
179 194
 		$handler = 'ParserAfterTidy';
@@ -216,6 +231,9 @@  discard block
 block discarded – undo
216 231
 		);
217 232
 	}
218 233
 
234
+	/**
235
+	 * @param HookRegistry $instance
236
+	 */
219 237
 	private function doTestSmwParserBeforeMagicWordsFinder( $instance ) {
220 238
 
221 239
 		$handler = 'SMW::Parser::BeforeMagicWordsFinder';
@@ -237,6 +255,9 @@  discard block
 block discarded – undo
237 255
 		);
238 256
 	}
239 257
 
258
+	/**
259
+	 * @param HookRegistry $instance
260
+	 */
240 261
 	private function doTestOutputPageParserOutput( $instance, $outputPage ) {
241 262
 
242 263
 		$handler = 'OutputPageParserOutput';
Please login to merge, or discard this patch.