From 516d4a1e3b529c92ab716d90103c6c329dc23de6 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 25 Jun 2014 17:51:05 -0700 Subject: [PATCH] Remove $wgParserTestRemote, unused. Change-Id: Id1aaf3941825f798a7ed95c49ccd04b1b3838c61 --- RELEASE-NOTES-1.24 | 1 + includes/DefaultSettings.php | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index ee457990ba..88ef4525ed 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -25,6 +25,7 @@ production. contains an array of interwiki prefixes that should be treated as language prefixes (i.e. turned into interlanguage links when $wgInterwikiMagic is set to true). +* $wgParserTestRemote has been removed. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5d098695f9..a28f2164b3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5199,21 +5199,6 @@ $wgParserTestFiles = array( "$IP/tests/parser/extraParserTests.txt" ); -/** - * If configured, specifies target CodeReview installation to send test - * result data from 'parserTests.php --upload' - * - * Something like this: - * $wgParserTestRemote = array( - * 'api-url' => 'https://www.mediawiki.org/w/api.php', - * 'repo' => 'MediaWiki', - * 'suite' => 'ParserTests', - * 'path' => '/trunk/phase3', // not used client-side; for reference - * 'secret' => 'qmoicj3mc4mcklmqw', // Shared secret used in HMAC validation - * ); - */ -$wgParserTestRemote = false; - /** * Allow running of javascript test suites via [[Special:JavaScriptTest]] (such as QUnit). */ -- 2.20.1