From: Aaron Schulz Date: Wed, 20 Mar 2019 03:35:51 +0000 (-0700) Subject: Fix typo in McrSchemaOverride X-Git-Tag: 1.34.0-rc.0~2461 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=59cf3ed5725e180476680bc20d54fa5efee8a2e8;p=lhc%2Fweb%2Fwiklou.git Fix typo in McrSchemaOverride Change-Id: Ifedb6276d9b4188e2aacacf38bf608f7ea36201b --- diff --git a/tests/phpunit/includes/Revision/McrSchemaOverride.php b/tests/phpunit/includes/Revision/McrSchemaOverride.php index dbd271a40d..01105315cc 100644 --- a/tests/phpunit/includes/Revision/McrSchemaOverride.php +++ b/tests/phpunit/includes/Revision/McrSchemaOverride.php @@ -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 ) ) {