Also set $wgContLang in MWITC::setContentLang()
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Fri, 30 Aug 2019 12:31:11 +0000 (14:31 +0200)
committerLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Fri, 30 Aug 2019 12:35:49 +0000 (14:35 +0200)
commite4f69ee33e11a339a519ed7526242432b838aef3
treec3a2d5aab24f4e6cc0df8e944adc92c8c6aa5dc4
parentc20cbc6c1201611088d31c5168e4238e00ba6fd1
Also set $wgContLang in MWITC::setContentLang()

This assignment got lost in change Ie7a89f6ed7 (commit 47464abb4f) – the
resetServices() now implicit in setMwGlobals() resets the
ContentLanguage service, but does not update the $wgContLang global.
setService( 'ContentLanguage' ) does update it, but that method is
deliberately not used in this branch of setContentLang(), for reasons
that I assume are still relevant even though the comment explaining them
was removed – see change I8c60e37c17 (commit c70c2e4714).

Bug: T231630
Change-Id: I0170cc6bf40a5524523c45e8ffff8f72adc2fc47
tests/phpunit/MediaWikiIntegrationTestCase.php