tests: Remove verbose logging settings from DevelopmentSettings.php
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 19 Feb 2018 22:17:11 +0000 (14:17 -0800)
committerKrinkle <krinklemail@gmail.com>
Mon, 19 Feb 2018 22:19:15 +0000 (22:19 +0000)
commit6ced693ee79253be21f264dbd28c393022ef9b06
treeac19035f3a32e6264a7f8578e62bf76720a8f0a6
parent5ca4a8000d3f998886b030fe6907b4ea8bb7dd9e
tests: Remove verbose logging settings from DevelopmentSettings.php

Follows-up fdb7d36903. It seems these make unit tests on Travis CI
fail, per T187581. And when we briefly enabled DevelopmentSettings.php
in our Jenkins setup, the PHPUnit tests also failed.

Remove these from DevelopmentSettings.php to confirm that the
tests pass that way. Then, once our own Jenkins setup has switched
back to using DevelopmentSettings.php, we can re-consider adding
these in a way that is verified by Gerrit/Jenkins before merging.

Bug: T187581
Change-Id: Ib81c5909849598bdad02955f6414d68c038742c5
includes/DevelopmentSettings.php