Merge "Comments and code cleanup in OutputPage"
[lhc/web/wiklou.git] / tests / phpunit / includes / Storage / McrWriteBothSchemaOverride.php
index 2a54dbe..cdcba4f 100644 (file)
@@ -17,7 +17,7 @@ trait McrWriteBothSchemaOverride {
         * @return int
         */
        protected function getMcrMigrationStage() {
-               return MIGRATION_WRITE_BOTH;
+               return SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD;
        }
 
        /**
@@ -28,7 +28,6 @@ trait McrWriteBothSchemaOverride {
        }
 
        /**
-        * @override MediaWikiTestCase::getSchemaOverrides
         * @return array[]
         */
        protected function getSchemaOverrides( IMaintainableDatabase $db ) {