r75267 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75266‎ | r75267 | r75268 >
Date:16:41, 23 October 2010
Author:mah
Status:ok
Tags:
Comment:
Add a test for capitalization to the data provider
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/SampleTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/SampleTest.php
@@ -32,6 +32,7 @@
3333 return array(
3434 array( 'Text', NS_MEDIA, 'Media:Text' ),
3535 array( 'Text', null, 'Text' ),
 36+ array( 'text', null, 'Text' ),
3637 array( 'Text', NS_USER, 'User:Text' ),
3738 array( 'Text', NS_USER, 'Blah' )
3839 );

Status & tagging log