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 @@
10701070 *
10711071 * @param $name String
10721072 */
1073 - private function requireFunctionHook( $name ) {
 1073+ public function requireFunctionHook( $name ) {
10741074 global $wgParser;
10751075 $wgParser->firstCallInit( ); //make sure hooks are loaded.
10761076 if( isset( $wgParser->mFunctionHooks[$name] ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62006PHPUnit now sees individual parser tests as separate tests. This...mah04:01, 5 February 2010

Status & tagging log