From: Alexandre Emsenhuber Date: Fri, 13 May 2011 09:30:19 +0000 (+0000) Subject: Follow-up r87955: fix comment X-Git-Tag: 1.31.0-rc.0~30261 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=71eea5047ae001f2b6662680bd5ec1896b1295fd;p=lhc%2Fweb%2Fwiklou.git Follow-up r87955: fix comment --- diff --git a/tests/phpunit/includes/search/SearchEngineTest.php b/tests/phpunit/includes/search/SearchEngineTest.php index 86ef3a9c9b..4863df2801 100644 --- a/tests/phpunit/includes/search/SearchEngineTest.php +++ b/tests/phpunit/includes/search/SearchEngineTest.php @@ -79,7 +79,13 @@ class SearchEngineTest extends MediaWikiTestCase { return $matches; } - // Modified version of WikiRevision::importOldRevision() + /** + * Insert a new page + * + * @param $pageName String: page name + * @param $text String: page's content + * @param $n Integer: unused + */ function insertPage( $pageName, $text, $ns ) { $dbw = $this->db; $title = Title::newFromText( $pageName );