Merge "Show total number of autoblocks on top of Special:AutoblockList"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / backupPrefetchTest.php
index b3f8e3e..2c5931d 100644 (file)
@@ -22,7 +22,7 @@ class BaseDumpTest extends MediaWikiTestCase {
                        $this->dump->close();
                }
 
-               // Bug 37458, parent teardown need to be done after closing the
+               // T39458, parent teardown need to be done after closing the
                // dump or it might cause some permissions errors.
                parent::tearDown();
        }