From: aude Date: Tue, 22 Sep 2015 14:35:36 +0000 (+0200) Subject: Fix typo in KafkaHandlerTest X-Git-Tag: 1.31.0-rc.0~9913^2~1 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=063fb8f39a60c4c2dc99688ad809cf1a4a45fa25;p=lhc%2Fweb%2Fwiklou.git Fix typo in KafkaHandlerTest Change-Id: Ib73152a269e01bc64a4b1e7a9157de2088d152d2 --- diff --git a/tests/phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php b/tests/phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php index 272f6e4827..3cf1ee6627 100644 --- a/tests/phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php +++ b/tests/phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php @@ -28,7 +28,7 @@ require_once __DIR__ . '/../../../ConsecutiveParametersMatcher.php'; class KafkaHandlerTest extends MediaWikiTestCase { - public function setUo() { + public function setUp() { if ( !class_exists( 'Monolog\Handler\AbstractProcessingHandler' ) ) { $this->markTestSkipped( 'Monolog is required for the KafkaHandlerTest' ); }