From 063fb8f39a60c4c2dc99688ad809cf1a4a45fa25 Mon Sep 17 00:00:00 2001 From: aude Date: Tue, 22 Sep 2015 16:35:36 +0200 Subject: [PATCH] Fix typo in KafkaHandlerTest Change-Id: Ib73152a269e01bc64a4b1e7a9157de2088d152d2 --- .../phpunit/includes/debug/logger/monolog/KafkaHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } -- 2.20.1