Index: trunk/phase3/tests/phpunit/includes/XmlTest.php |
— | — | @@ -88,6 +88,9 @@ |
89 | 89 | $this->assertEquals( '</element>', Xml::closeElement( 'element' ), 'closeElement() shortcut' ); |
90 | 90 | } |
91 | 91 | |
| 92 | + /** |
| 93 | + * @group Broken |
| 94 | + */ |
92 | 95 | public function testDateMenu( ) { |
93 | 96 | $curYear = intval(gmdate('Y')); |
94 | 97 | $prevYear = $curYear - 1; |
— | — | @@ -138,7 +141,6 @@ |
139 | 142 | "Date menu year is the current one when not specified" |
140 | 143 | ); |
141 | 144 | |
142 | | - $this->markTestIncomplete( "Broken" ); |
143 | 145 | // @todo FIXME: next month can be in the next year |
144 | 146 | // test failing because it is now december |
145 | 147 | $this->assertEquals( |