Index: trunk/phase3/tests/phpunit/includes/ExtraParserTest.php |
— | — | @@ -140,6 +140,10 @@ |
141 | 141 | 'finalTitle' => $title, |
142 | 142 | 'deps' => $deps ); |
143 | 143 | } |
| 144 | + |
| 145 | + /** |
| 146 | + * @group Database |
| 147 | + */ |
144 | 148 | function testTrackingCategory() { |
145 | 149 | $title = Title::newFromText( __FUNCTION__ ); |
146 | 150 | $catName = wfMsgForContent( 'broken-file-category' ); |
— | — | @@ -149,6 +153,10 @@ |
150 | 154 | $result = $parserOutput->getCategoryLinks(); |
151 | 155 | $this->assertEquals( $expected, $result ); |
152 | 156 | } |
| 157 | + |
| 158 | + /** |
| 159 | + * @group Database |
| 160 | + */ |
153 | 161 | function testTrackingCategorySpecial() { |
154 | 162 | // Special pages shouldn't have tracking cats. |
155 | 163 | $title = SpecialPage::getTitleFor( 'Contributions' ); |