Awight has submitted this change and it was merged. Change subject: Merge master into deployment ......................................................................
Merge master into deployment Also bumps the vendor/ revision a0d5387c2b8bce3fdcd6cb88376cf7e56fbdda8e Fix name conflict with mw-core phpunit dfee6f799e021c8dafeb83fd024f91da5fa17f8d Log timing of each cURL attempt, not cumulative 23d7082c9637f762ed58d1107cbfd1b0a17ea99b Localisation updates from https://translatewiki.net. 5640d6229c540a39236aa2c0b02a08a3dcf3017a Quit sending AstroPay txns to limbo queue 0f62da4d2b42fdeaa1ddf5b081bc9b84f84a4959 Add mustache loading overlay, show on form submit dd047eededa42dfe2f42b14c8a2dff438d6a169b Orphan slayer reads from frack Redis Change-Id: I4044ed2326a9120f0ad28f29dc8f1879f42eb6c6 --- D tests/DonationMessageTest.php M vendor 2 files changed, 0 insertions(+), 20 deletions(-) Approvals: Awight: Verified; Looks good to me, approved diff --git a/tests/DonationMessageTest.php b/tests/DonationMessageTest.php deleted file mode 100644 index f580b4f..0000000 --- a/tests/DonationMessageTest.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -/** - * @group DonationInterface - * @group Messages - */ -class DonationMessageTest extends MediaWikiTestCase { - - public function testGetCountrySpecificMessage() { - $actual = MessageUtils::getCountrySpecificMessage( - 'donate_interface-donor-fiscal_number', - 'BR', - 'pt' - ); - $expected = wfMessage( 'donate_interface-donor-fiscal_number-br' ) - ->inLanguage( 'pt' ) - ->text(); - $this->assertEquals( $expected, $actual, 'Not using the country specific message' ); - } -} diff --git a/vendor b/vendor index 4958f79..999a0c4 160000 --- a/vendor +++ b/vendor -Subproject commit 4958f79566f08bd8cc24e960dc8b4ca46f62d097 +Subproject commit 999a0c4d19856f6861fe950595f5c8a4d0f96c12 -- To view, visit https://gerrit.wikimedia.org/r/228973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4044ed2326a9120f0ad28f29dc8f1879f42eb6c6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DonationInterface Gerrit-Branch: deployment Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
