Fix typo in McrSchemaOverride
[lhc/web/wiklou.git] / tests / phpunit / includes / Revision / McrSchemaOverride.php
index dbd271a..0110531 100644 (file)
@@ -45,7 +45,7 @@ trait McrSchemaOverride {
                        $overrides['scripts'][] = $this->getSqlPatchPath( $db, 'patch-slot_roles' );
                        $overrides['scripts'][] = $this->getSqlPatchPath( $db, 'patch-content_models' );
                        $overrides['scripts'][] = $this->getSqlPatchPath( $db, 'patch-content' );
-                       $overrides['scripts'][] = $this->getSqlPatchPath( $db, 'patch-slots.sql' );
+                       $overrides['scripts'][] = $this->getSqlPatchPath( $db, 'patch-slots' );
                }
 
                if ( !$this->hasPreMcrFields( $db ) ) {