From: Mark A. Hershberger Date: Sat, 23 Oct 2010 16:41:49 +0000 (+0000) Subject: Add a test for capitalization to the data provider X-Git-Tag: 1.31.0-rc.0~34358 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=62c034c71bac78c8c5a6942067098d832fbaffe0;p=lhc%2Fweb%2Fwiklou.git Add a test for capitalization to the data provider --- diff --git a/maintenance/tests/phpunit/includes/SampleTest.php b/maintenance/tests/phpunit/includes/SampleTest.php index 065b98ab10..b6707788c5 100644 --- a/maintenance/tests/phpunit/includes/SampleTest.php +++ b/maintenance/tests/phpunit/includes/SampleTest.php @@ -32,6 +32,7 @@ class TestSample extends PHPUnit_Framework_TestCase { return array( array( 'Text', NS_MEDIA, 'Media:Text' ), array( 'Text', null, 'Text' ), + array( 'text', null, 'Text' ), array( 'Text', NS_USER, 'User:Text' ), array( 'Text', NS_USER, 'Blah' ) );