summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/XmlTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/XmlTest.php')
-rw-r--r--tests/phpunit/includes/XmlTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit/includes/XmlTest.php b/tests/phpunit/includes/XmlTest.php
index fbb498d8..a6058ef6 100644
--- a/tests/phpunit/includes/XmlTest.php
+++ b/tests/phpunit/includes/XmlTest.php
@@ -138,6 +138,10 @@ class XmlTest extends MediaWikiTestCase {
Xml::dateMenu( '' , $curMonth ),
"Date menu year is the current one when not specified"
);
+
+ $this->markTestIncomplete( "Broken" );
+ // @todo FIXME: next month can be in the next year
+ // test failing because it is now december
$this->assertEquals(
Xml::dateMenu( $prevYear, $nextMonth ),
Xml::dateMenu( '', $nextMonth ),