From: Platonides Date: Thu, 27 Oct 2011 15:54:49 +0000 (+0000) Subject: Use canonical case X-Git-Tag: 1.31.0-rc.0~26881 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=7d626b347b94beae6967d3bd3945d0186cf0584e;p=lhc%2Fweb%2Fwiklou.git Use canonical case --- 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',