Merge "Numbers in the parser profiling data are not internationalized"
[lhc/web/wiklou.git] / tests / phpunit / includes / editpage / TextboxBuilderTest.php
index b9bf5b9..4195f96 100644 (file)
@@ -112,7 +112,12 @@ class TextboxBuilderTest extends MediaWikiTestCase {
                        [
                                [ 'mw-new-classname' ],
                                [ 'class' => 'mw-existing-classname' ],
-                               [ 'class' => 'mw-new-classname mw-existing-classname' ],
+                               [ 'class' => 'mw-existing-classname mw-new-classname' ],
+                       ],
+                       [
+                               [ 'mw-new-classname', 'mw-existing-classname' ],
+                               [ 'class' => 'mw-existing-classname' ],
+                               [ 'class' => 'mw-existing-classname mw-new-classname' ],
                        ],
                ];
        }