From: umherirrender Date: Sat, 23 Jun 2012 00:22:48 +0000 (+0200) Subject: adjust method comment for Ia19f1011 X-Git-Tag: 1.31.0-rc.0~23089^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=278ec75070620902dc67f05775d4312f548e3557;p=lhc%2Fweb%2Fwiklou.git adjust method comment for Ia19f1011 Change-Id: I2330c3fb1ef5e4c72fe280d02048668a1199f790 --- diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index 8b5928dca8..bd4642ff83 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -419,10 +419,10 @@ class TextPassDumperTest extends DumpTestCase { * file is generated that is automatically removed upon * tearDown. * @param $iterations integer: (Optional) specifies how often the block - * of 3 pages should go into the stub file. The page id - * increase further and further, while the revision and text - * ids of the first iteration are reused. The pages of - * iteration > 1 have no corresponding representation in the + * of 3 pages should go into the stub file. The page and + * revision id increase further and further, while the text + * id of the first iteration is reused. The pages and revision + * of iteration > 1 have no corresponding representation in the * database. * @return string absolute filename of the stub */