From 59cf3ed5725e180476680bc20d54fa5efee8a2e8 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 19 Mar 2019 20:35:51 -0700 Subject: [PATCH] Fix typo in McrSchemaOverride Change-Id: Ifedb6276d9b4188e2aacacf38bf608f7ea36201b --- tests/phpunit/includes/Revision/McrSchemaOverride.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1