Merge "Make the PHP code snippet in SkinFallbackTemplate explicitly ltr"
[lhc/web/wiklou.git] / tests / phpunit / includes / HtmlTest.php
index d4d9551..a8829cd 100644 (file)
@@ -715,7 +715,7 @@ class HtmlTest extends MediaWikiTestCase {
                        'Input wrapper with type and value.'
                );
                $this->assertEquals(
-                       '<input name=testname>',
+                       '<input name=testname class=mw-ui-input>',
                        Html::input( 'testname' ),
                        'Input wrapper with all default values.'
                );