r64750 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r64749
|
r64750
|
r64751
>
Date:
13:48, 8 April 2010
Author:
mah
Status:
ok
Tags:
Comment:
re
r62006
change private function to public
Modified paths:
/trunk/phase3/maintenance/parserTests.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/parserTests.inc
—
—
@@ -1069,7 +1069,7 @@
1070
1070
*
1071
1071
* @param $name String
1072
1072
*/
1073
- private function requireFunctionHook( $name ) {
1073
+ public function requireFunctionHook( $name ) {
1074
1074
global $wgParser;
1075
1075
$wgParser->firstCallInit( ); //make sure hooks are loaded.
1076
1076
if( isset( $wgParser->mFunctionHooks[$name] ) ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62006
PHPUnit now sees individual parser tests as separate tests. This...
mah
04:01, 5 February 2010
Status & tagging log
15:51, 10 June 2010
😂
(
talk
|
contribs
)
changed the
status
of r64750
[
removed:
new
added:
ok]