Use canonical case
authorPlatonides <platonides@users.mediawiki.org>
Thu, 27 Oct 2011 15:54:49 +0000 (15:54 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 27 Oct 2011 15:54:49 +0000 (15:54 +0000)
tests/phpunit/includes/HtmlTest.php

index 9049588..a517a1c 100644 (file)
@@ -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',