tests: Add helper function for ini_set with automatic cleanup
authorKunal Mehta <legoktm@member.fsf.org>
Thu, 11 Oct 2018 05:31:37 +0000 (22:31 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 11 Oct 2018 05:31:37 +0000 (22:31 -0700)
commita4e8bea57d9dbf2b64fa662ec408cf48f61bfe18
treeb50022c1fc9e7e9b4197000f06d4115ffa890b3d
parent079a0c4caac91f2ca908a8127b37d377643fc7dc
tests: Add helper function for ini_set with automatic cleanup

Some tests need to change the value of an ini setting, and typically implement
cleanup handling themselves, usually imperfectly.

Provide a helper function, $this->setIniSetting(), which will take care of
teardown in the same way that $this->setMwGlobals() does.

Change-Id: I7be4198592f0aaf73a28d3c60acb307a918b1a1f
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/languages/LanguageConverterTest.php