From 7d626b347b94beae6967d3bd3945d0186cf0584e Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 27 Oct 2011 15:54:49 +0000 Subject: [PATCH] Use canonical case --- tests/phpunit/includes/HtmlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/HtmlTest.php b/tests/phpunit/includes/HtmlTest.php index 904958860a..a517a1c954 100644 --- a/tests/phpunit/includes/HtmlTest.php +++ b/tests/phpunit/includes/HtmlTest.php @@ -175,7 +175,7 @@ class HtmlTest extends MediaWikiTestCase { function testValueIsAuthoritativeInSpaceSeparatedAttributesArrays() { $this->assertEquals( ' class=""', - HTML::expandAttributes( array( 'class' => array( + Html::expandAttributes( array( 'class' => array( 'GREEN', 'GREEN' => false, 'GREEN', -- 2.20.1