From: zoranzoki21 Date: Sat, 26 Jan 2019 19:41:31 +0000 (+0100) Subject: Fix typo in tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php X-Git-Tag: 1.34.0-rc.0~2998^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=c54be9ac6b271e6cb7eb26620e0d89979b597d5c Fix typo in tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php Bug: T201491 Depends-On: I47530e01d8061d6826deaf0b9111d77a0b269d0a Change-Id: Iaf1abd06cd35444cf4c6c4edef65f973089579c1 --- diff --git a/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php b/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php index f2f3da8ac5..5e32574d40 100644 --- a/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php +++ b/tests/phpunit/includes/Revision/MainSlotRoleHandlerTest.php @@ -47,7 +47,7 @@ class MainSlotRoleHandlerTest extends MediaWikiTestCase { public function testFetDefaultModel() { $handler = new MainSlotRoleHandler( [ 100 => CONTENT_MODEL_TEXT ] ); - // For the main handler, the namespace determins the defualt model + // For the main handler, the namespace determins the default model $titleMain = $this->makeTitleObject( NS_MAIN ); $this->assertSame( CONTENT_MODEL_WIKITEXT, $handler->getDefaultModel( $titleMain ) );