Correctly format null error reporting level
authorAryeh Gregor <ayg@aryeh.name>
Mon, 8 Oct 2018 12:26:24 +0000 (15:26 +0300)
committerAryeh Gregor <ayg@aryeh.name>
Fri, 30 Aug 2019 08:22:02 +0000 (11:22 +0300)
commit4802a26be16296b9bde81161664fe176f65dbc06
tree031921877d8db77e7661194167fc3bfbd4da0a27
parent1d71306b5253124bc7ae7175712df7f2b06892fc
Correctly format null error reporting level

Previously you could sometimes get the mysterious error "PHP
error_reporting setting was left dirty: was 0x0 before test, 0x0 after
test!"

Change-Id: I425a694f9c2c71d917012ab9fb1780b5c2133ff4
tests/phpunit/MediaWikiIntegrationTestCase.php