MediaWiki  REL1_24
ImageListPagerTest.php
Go to the documentation of this file.
00001 <?php
00012 class ImageListPagerTest extends MediaWikiTestCase {
00018     public function testFormatValuesThrowException() {
00019         $page = new ImageListPager( RequestContext::getMain() );
00020         $page->formatValue( 'invalid_field', 'invalid_value' );
00021     }
00022 }