From: C. Scott Ananian Date: Tue, 6 Aug 2013 15:53:27 +0000 (-0400) Subject: Update outdated references to maintenance/ in documentation comments. X-Git-Tag: 1.31.0-rc.0~19029^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=fa2e54dc347d8fbd4942e45e9777eabc3f4ffb5b;p=lhc%2Fweb%2Fwiklou.git Update outdated references to maintenance/ in documentation comments. Change-Id: I2e424addb27b980dd5e8658b8ce79590b7b5db62 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index ab38936a2d..99c0839b12 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1825,7 +1825,7 @@ $section: the section number, zero-based, but section 0 is usually empty $showEditLinks: boolean describing whether this section has an edit link 'ParserTestParser': Called when creating a new instance of Parser in -maintenance/parserTests.inc. +tests/parser/parserTest.inc. $parser: Parser object created 'ParserTestGlobals': Allows to define globals for parser tests. diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 813aacad4d..ac0bae5c5a 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1543,7 +1543,7 @@ class Parser { * Replace external links (REL) * * Note: this is all very hackish and the order of execution matters a lot. - * Make sure to run maintenance/parserTests.php if you change this code. + * Make sure to run tests/parserTests.php if you change this code. * * @private * diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index f4a85bc325..6a1993de80 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -10255,7 +10255,7 @@ Expansion of multi-line templates in attribute values (bug 6255 sanity check 2) !! end ### -### Parser hooks (see maintenance/parserTestsParserHook.php for the extension) +### Parser hooks (see tests/parser/parserTestsParserHook.php for the extension) ### !! test Parser hook: empty input @@ -10420,7 +10420,7 @@ array ( !! end ### -### (see maintenance/parserTestsStaticParserHook.php for the extension) +### (see tests/parser/parserTestsParserHook.php for the extension) ### !! test