Merge "Simplify Block::getBy and Block::getByName"
[lhc/web/wiklou.git] / tests / phpunit / includes / cache / MessageCacheTest.php
index 8fdc1f1..b03a309 100644 (file)
@@ -237,7 +237,7 @@ 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' );