MediaWiki
REL1_23
|
00001 <?php 00011 class SpecialListFilesTest extends MediaWikiTestCase { 00017 public function testFormatValuesThrowException() { 00018 $page = new ImageListPager( RequestContext::getMain() ); 00019 $page->formatValue( 'invalid_field', 'invalid_value' ); 00020 } 00021 }