From: Gergő Tisza Date: Thu, 20 Apr 2017 12:34:28 +0000 (+0200) Subject: Remove TestingAccessWrapper class (now available via composer) X-Git-Tag: 1.31.0-rc.0~3182^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=7ed4c5e6b7fcada7ccec037389a1e4c07fa94d3c;p=lhc%2Fweb%2Fwiklou.git Remove TestingAccessWrapper class (now available via composer) If your extension depended on this, replace \TestingAccessWrapper with \Wikimedia\TestingAccessWrapper. Bug: T163434 Change-Id: Ice1e8aae258b4c6ae7ab1b2a4815fe682335cc3a --- diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index fffa109bb5..0c2621e00b 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -17,7 +17,8 @@ production. * … ==== New external libraries ==== -* … +* The class \TestingAccessWrapper has been moved to the external library + wikimedia/testing-access-wrapper and renamed \Wikimedia\TestingAccessWrapper. ==== Removed and replaced external libraries ==== * … diff --git a/tests/common/TestsAutoLoader.php b/tests/common/TestsAutoLoader.php index 2a4c43fffb..3de3ba7063 100644 --- a/tests/common/TestsAutoLoader.php +++ b/tests/common/TestsAutoLoader.php @@ -64,7 +64,6 @@ $wgAutoloadClasses += [ # tests/phpunit/includes 'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php", - 'TestingAccessWrapper' => "$testDir/phpunit/includes/TestingAccessWrapper.php", 'TestLogger' => "$testDir/phpunit/includes/TestLogger.php", # tests/phpunit/includes/api @@ -171,4 +170,4 @@ $wgAutoloadClasses += [ 'ParserTestFileSuite' => "$testDir/phpunit/suites/ParserTestFileSuite.php", 'ParserTestTopLevelSuite' => "$testDir/phpunit/suites/ParserTestTopLevelSuite.php", ]; -// @codingStandardsIgnoreEnd \ No newline at end of file +// @codingStandardsIgnoreEnd diff --git a/tests/phpunit/includes/TestingAccessWrapper.php b/tests/phpunit/includes/TestingAccessWrapper.php deleted file mode 100644 index 76a426692d..0000000000 --- a/tests/phpunit/includes/TestingAccessWrapper.php +++ /dev/null @@ -1,11 +0,0 @@ -