aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/maintenance/backupTextPassTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/maintenance/backupTextPassTest.php')
-rw-r--r--tests/phpunit/maintenance/backupTextPassTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php
index 3216c37e9249..71befe650e59 100644
--- a/tests/phpunit/maintenance/backupTextPassTest.php
+++ b/tests/phpunit/maintenance/backupTextPassTest.php
@@ -86,7 +86,7 @@ class TextPassDumperDatabaseTest extends DumpTestCase {
$rev = $revisions[$revid];
$slot = $rev->getSlot( $role );
- // NOTE: TextPassDumper does a sanity check on the string length,
+ // NOTE: TextPassDumper does a check on the string length,
// so we have to pad to match the original length. The hash is not checked.
return str_pad( "Prefetch: ({$pageid}/{$revid}/$role)", $slot->getSize(), '*' );
};