From 62c034c71bac78c8c5a6942067098d832fbaffe0 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 23 Oct 2010 16:41:49 +0000 Subject: [PATCH] Add a test for capitalization to the data provider --- maintenance/tests/phpunit/includes/SampleTest.php | 1 + 1 file changed, 1 insertion(+) 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' ) ); -- 2.20.1