X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcache%2FMessageCacheTest.php;h=2fa662b88bcb2cef03bdb93736498d6f37e2004c;hb=6497541c9c089966ce7d3b0e0abd6b68192d30d8;hp=8fdc1f1d8fef3ab2b509426107dd23265264a4e5;hpb=e548897cab46f0819aea2950dd873d56386d3492;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/cache/MessageCacheTest.php b/tests/phpunit/includes/cache/MessageCacheTest.php index 8fdc1f1d8f..2fa662b88b 100644 --- a/tests/phpunit/includes/cache/MessageCacheTest.php +++ b/tests/phpunit/includes/cache/MessageCacheTest.php @@ -237,9 +237,9 @@ class MessageCacheTest extends MediaWikiLangTestCase { $importRevision = new WikiRevision( new HashConfig() ); $importRevision->setTitle( $r3->getTitle() ); $importRevision->setComment( 'Imported edit' ); - $importRevision->setTimestamp( '19991122334455' ); + $importRevision->setTimestamp( '19991122001122' ); $importRevision->setText( 'IMPORTED OLD TEST' ); - $importRevision->setUsername( 'Alan Smithee' ); + $importRevision->setUsername( 'ext>Alan Smithee' ); $importer = MediaWikiServices::getInstance()->getWikiRevisionOldRevisionImporterNoUpdates(); $importer->import( $importRevision );