Fix typo in KafkaHandlerTest
[lhc/web/wiklou.git] / tests / phpunit / includes / debug / logger / monolog / KafkaHandlerTest.php
index 272f6e4..3cf1ee6 100644 (file)
@@ -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' );
                }