From b664350b0b649d6214712ff87678aaaf8a7f2f9a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 11 Aug 2016 13:54:05 -0700 Subject: [PATCH] SkinTemplateTest typofix There's no "t" in "make" Change-Id: I41dc25162262bddec94f3af35db86a246ccd7499 --- tests/phpunit/includes/skins/SkinTemplateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] ]; } -- 2.20.1