Fix typo in McrSchemaOverride
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Mar 2019 03:35:51 +0000 (20:35 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Mar 2019 04:29:14 +0000 (21:29 -0700)
Change-Id: Ifedb6276d9b4188e2aacacf38bf608f7ea36201b

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 ) ) {