From: Chad Horohoe Date: Thu, 11 Aug 2016 20:54:05 +0000 (-0700) Subject: SkinTemplateTest typofix X-Git-Tag: 1.31.0-rc.0~6085 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=b664350b0b649d6214712ff87678aaaf8a7f2f9a SkinTemplateTest typofix There's no "t" in "make" Change-Id: I41dc25162262bddec94f3af35db86a246ccd7499 --- diff --git a/tests/phpunit/includes/skins/SkinTemplateTest.php b/tests/phpunit/includes/skins/SkinTemplateTest.php index 9e3a620773..ff544cd23d 100644 --- a/tests/phpunit/includes/skins/SkinTemplateTest.php +++ b/tests/phpunit/includes/skins/SkinTemplateTest.php @@ -35,7 +35,7 @@ class SkinTemplateTest extends MediaWikiTestCase { 'text' => 'text' ], [], - 'Test makteListItem with normal values' + 'Test makeListItem with normal values' ] ]; }