Set visibility of monolog tests setUp method to protected
authoraude <aude.wiki@gmail.com>
Tue, 22 Sep 2015 14:57:55 +0000 (16:57 +0200)
committeraude <aude.wiki@gmail.com>
Tue, 22 Sep 2015 14:57:55 +0000 (16:57 +0200)
commit4bfbaaf68245a4ade0466bab1a8051c02af46a44
treef86fbff872f20e38534f33f0098ea93c8f42b3a9
parent641e6ed336ea2939f6a3d9bb7019391dac34685a
Set visibility of monolog tests setUp method to protected

In phpunit and MediaWikiTestCase, the setUp method is protected,
and it's nice if the subclasses are consistent.

Change-Id: I4b8ac612951168913bb2dc9cf16d3dc18762a211
tests/phpunit/includes/debug/logger/monolog/AvroFormatterTest.php
tests/phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php
tests/phpunit/includes/debug/logger/monolog/LineFormatterTest.php