X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FbackupTextPassTest.php;h=a37a97c78f138b9d2c5bd63e73bd7e30b27418d9;hb=cd80906d4ae6a2760717257ae32c083f1add7298;hp=016b7e0cf1e0c762fefecb66483f573c6731993d;hpb=cd22ba020ee5f6c43028ec815257fdb26f088d66;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index 016b7e0cf1..a37a97c78f 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -434,7 +434,7 @@ class TextPassDumperTest extends DumpTestCase { * 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 + * @return string Absolute filename of the stub */ private function setUpStub( $fname = null, $iterations = 1 ) { if ( $fname === null ) {