From: Krinkle Date: Mon, 13 Feb 2012 14:53:40 +0000 (+0000) Subject: [Html] Follow-up r109990: Add category to example namespaces X-Git-Tag: 1.31.0-rc.0~24737 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=8a5c2c60261ee0e036b50da0d2fba69054a8aeb7;p=lhc%2Fweb%2Fwiklou.git [Html] Follow-up r109990: Add category to example namespaces - Category is a special case since it is not moveable by default, useful to keep in the test --- diff --git a/tests/phpunit/includes/HtmlTest.php b/tests/phpunit/includes/HtmlTest.php index 67b60d3235..53ef67887b 100644 --- a/tests/phpunit/includes/HtmlTest.php +++ b/tests/phpunit/includes/HtmlTest.php @@ -36,6 +36,8 @@ class HtmlTest extends MediaWikiTestCase { 9 => 'MediaWiki_talk', 10 => 'Template', 11 => 'Template_talk', + 14 => 'Category', + 15 => 'Category_talk', 100 => 'Custom', 101 => 'Custom_talk', ) ); @@ -226,6 +228,8 @@ class HtmlTest extends MediaWikiTestCase { '' . "\n" . '' . "\n" . '' . "\n" . +'' . "\n" . +'' . "\n" . '' . "\n" . '' . "\n" . '', @@ -248,6 +252,8 @@ class HtmlTest extends MediaWikiTestCase { '' . "\n" . '' . "\n" . '' . "\n" . +'' . "\n" . +'' . "\n" . '' . "\n" . '' . "\n" . '',