Merge "Set relevant title on Special:RecentChangesLinked"
[lhc/web/wiklou.git] / tests / phpunit / includes / MWTimestampTest.php
index 5b038a6..c82dc42 100644 (file)
@@ -31,10 +31,10 @@ class MWTimestampTest extends MediaWikiLangTestCase {
 
        public function provideValidTimestampDifferences() {
                return array(
-                       array( '1406833268','1406833269', '00 00 00 01' ),
-                       array( '1406833268','1406833329', '00 00 01 01' ),
-                       array( '1406833268','1406836929', '00 01 01 01' ),
-                       array( '1406833268','1406923329', '01 01 01 01' ),
+                       array( '1406833268', '1406833269', '00 00 00 01' ),
+                       array( '1406833268', '1406833329', '00 00 01 01' ),
+                       array( '1406833268', '1406836929', '00 01 01 01' ),
+                       array( '1406833268', '1406923329', '01 01 01 01' ),
                );
        }