[Unit testing] Re-order attribs to a-z to make testing more reliable
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 25 Jan 2012 00:52:29 +0000 (00:52 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 25 Jan 2012 00:52:29 +0000 (00:52 +0000)
commit957c3b5b683bcb27c5ae1bfcfec3985530698210
tree2b7ca081661ae43fb3dd97303c1a7d4dfdcee35e
parentcb397162b8e72e24fa403cfa058ab1fcda2d3c73
[Unit testing] Re-order attribs to a-z to make testing more reliable
* This is in preparation for deprecating this in favor of an Html:: method soon, making sure here that tests still match afterwards
* Follows-up r109698
includes/Xml.php
tests/phpunit/includes/XmlTest.php